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

tylernathanreed / jira-client-php / 13900943155

17 Mar 2025 01:41PM UTC coverage: 71.493% (-3.8%) from 75.271%
13900943155

push

github

tylernathanreed
~ Fixed unknown list<string> type

12 of 12 new or added lines in 1 file covered. (100.0%)

313 existing lines in 133 files now uncovered.

4908 of 6865 relevant lines covered (71.49%)

9.06 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
{
UNCOV
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
    ) {
UNCOV
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