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

tylernathanreed / jira-client-php / 13634794100

03 Mar 2025 03:19PM UTC coverage: 2.067% (-0.1%) from 2.21%
13634794100

push

github

web-flow
~ Try coveralls action

140 of 6773 relevant lines covered (2.07%)

0.03 hits per line

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

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

3
namespace Jira\Client\Schema;
4

5
use Jira\Client\Dto;
6

7
/** Details of the issue creation metadata for an issue type. */
8
final readonly class IssueTypeIssueCreateMetadata extends Dto
9
{
10
    public function __construct(
×
11
        /** The ID of the issue type's avatar. */
12
        public ?int $avatarId = null,
13

14
        /** The description of the issue type. */
15
        public ?string $description = null,
16

17
        /** Unique ID for next-gen projects. */
18
        public ?string $entityId = null,
19

20
        /** Expand options that include additional issue type metadata details in the response. */
21
        public ?string $expand = null,
22

23
        /** List of the fields available when creating an issue for the issue type. */
24
        public ?FieldMetadata $fields = null,
25

26
        /** Hierarchy level of the issue type. */
27
        public ?int $hierarchyLevel = null,
28

29
        /** The URL of the issue type's avatar. */
30
        public ?string $iconUrl = null,
31

32
        /** The ID of the issue type. */
33
        public ?string $id = null,
34

35
        /** The name of the issue type. */
36
        public ?string $name = null,
37

38
        /** Details of the next-gen projects the issue type is available in. */
39
        public ?Scope $scope = null,
40

41
        /** The URL of these issue type details. */
42
        public ?string $self = null,
43

44
        /** Whether this issue type is used to create subtasks. */
45
        public ?bool $subtask = null,
46
    ) {
47
    }
×
48
}
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