• 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/UserPickerUser.php
1
<?php
2

3
namespace Jira\Client\Schema;
4

5
use Jira\Client\Dto;
6

7
/** A user found in a search. */
8
final readonly class UserPickerUser extends Dto
9
{
10
    public function __construct(
×
11
        /**
12
         * The account ID of the user, which uniquely identifies the user across all Atlassian products.
13
         * For example, *5b10ac8d82e05b22cc7d4ef5*.
14
         */
15
        public ?string $accountId = null,
16

17
        /** The avatar URL of the user. */
18
        public ?string $avatarUrl = null,
19

20
        /**
21
         * The display name of the user.
22
         * Depending on the user’s privacy setting, this may be returned as null.
23
         */
24
        public ?string $displayName = null,
25

26
        /** The display name, email address, and key of the user with the matched query string highlighted with the HTML bold tag. */
27
        public ?string $html = null,
28

29
        /**
30
         * This property is no longer available.
31
         * See the "deprecation notice" for details.
32
         * 
33
         * @link https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/
34
         */
35
        public ?string $key = null,
36

37
        /**
38
         * This property is no longer available .
39
         * See the "deprecation notice" for details.
40
         * 
41
         * @link https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/
42
         */
43
        public ?string $name = null,
44
    ) {
45
    }
×
46
}
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