-
-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cloud/Components: Add ComponentService.Get
- Loading branch information
1 parent
6c76fac
commit 5d84a84
Showing
3 changed files
with
119 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"self": "https://issues.apache.org/jira/rest/api/2/component/42102", | ||
"id": "42102", | ||
"name": "Some Component", | ||
"lead": { | ||
"self": "https://issues.apache.org/jira/rest/api/2/[email protected]", | ||
"key": "firstname.lastname", | ||
"name": "[email protected]", | ||
"avatarUrls": { | ||
"48x48": "https://issues.apache.org/jira/secure/useravatar?ownerId=firstname.lastname&avatarId=31851", | ||
"24x24": "https://issues.apache.org/jira/secure/useravatar?size=small&ownerId=firstname.lastname&avatarId=31851", | ||
"16x16": "https://issues.apache.org/jira/secure/useravatar?size=xsmall&ownerId=firstname.lastname&avatarId=31851", | ||
"32x32": "https://issues.apache.org/jira/secure/useravatar?size=medium&ownerId=firstname.lastname&avatarId=31851" | ||
}, | ||
"displayName": "Firstname Lastname", | ||
"active": true | ||
}, | ||
"assigneeType": "COMPONENT_LEAD", | ||
"assignee": { | ||
"self": "https://issues.apache.org/jira/rest/api/2/[email protected]", | ||
"key": "firstname.lastname", | ||
"name": "[email protected]", | ||
"avatarUrls": { | ||
"48x48": "https://issues.apache.org/jira/secure/useravatar?ownerId=firstname.lastname&avatarId=31851", | ||
"24x24": "https://issues.apache.org/jira/secure/useravatar?size=small&ownerId=firstname.lastname&avatarId=31851", | ||
"16x16": "https://issues.apache.org/jira/secure/useravatar?size=xsmall&ownerId=firstname.lastname&avatarId=31851", | ||
"32x32": "https://issues.apache.org/jira/secure/useravatar?size=medium&ownerId=firstname.lastname&avatarId=31851" | ||
}, | ||
"displayName": "Firstname Lastname", | ||
"active": true | ||
}, | ||
"realAssigneeType": "COMPONENT_LEAD", | ||
"realAssignee": { | ||
"self": "https://issues.apache.org/jira/rest/api/2/[email protected]", | ||
"key": "firstname.lastname", | ||
"name": "[email protected]", | ||
"avatarUrls": { | ||
"48x48": "https://issues.apache.org/jira/secure/useravatar?ownerId=firstname.lastname&avatarId=31851", | ||
"24x24": "https://issues.apache.org/jira/secure/useravatar?size=small&ownerId=firstname.lastname&avatarId=31851", | ||
"16x16": "https://issues.apache.org/jira/secure/useravatar?size=xsmall&ownerId=firstname.lastname&avatarId=31851", | ||
"32x32": "https://issues.apache.org/jira/secure/useravatar?size=medium&ownerId=firstname.lastname&avatarId=31851" | ||
}, | ||
"displayName": "Firstname Lastname", | ||
"active": true | ||
}, | ||
"isAssigneeTypeValid": true, | ||
"project": "ABC", | ||
"projectId": 12345, | ||
"archived": false | ||
} |