Skip to content

Commit

Permalink
Add test for a GET on an assigned issue (shows accountId, not name)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahungry committed Jul 23, 2022
1 parent 97e9535 commit 7581ee2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rest-calls/jira.rest
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@ Content-Type: application/json
"description":"some epic with no assignee",
"priority":{"id":"3"},
"assignee":{"accountId":null}}}
#

GET :url/rest/api/2/issue/AHU-52
Content-Type: application/json
:auth
#

0 comments on commit 7581ee2

Please sign in to comment.