• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tylernathanreed / jira-client-php / 13858398789

14 Mar 2025 02:10PM UTC coverage: 75.271% (+3.5%) from 71.781%
13858398789

push

github

tylernathanreed
~ Fixed deserializer errors

5132 of 6818 relevant lines covered (75.27%)

9.24 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Schema/MandatoryFieldValueForADF.php
1
<?php
2

3
namespace Jira\Client\Schema;
4

5
use Jira\Client\Dto;
6

7
/** An object notation input */
8
final readonly class MandatoryFieldValueForADF extends Dto
9
{
10
    public function __construct(
×
11
        /**
12
         * Value for each field.
13
         * Accepts Atlassian Document Format (ADF) for rich text fields like `description`, `environments`.
14
         * For ADF format details, refer to: "Atlassian Document Format"
15
         * 
16
         * @link https://developer.atlassian.com/cloud/jira/platform/apis/document/structure
17
         * 
18
         * @var array<string,mixed>
19
         */
20
        public array $value,
21

22
        /**
23
         * Will treat as `MandatoryFieldValueForADF` if type is `adf`
24
         * 
25
         * @var 'adf'|'raw'
26
         */
27
        public string $type = 'raw',
28

29
        /** If `true`, will try to retain original non-null issue field values on move. */
30
        public ?bool $retain = true,
31
    ) {
32
    }
×
33
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc