Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Jira Api - Get only Issue-ID from get filter

Antonio D'Errico
Contributor
March 7, 2019

Hello,

i want to get the results of a filter over the api and save the results in a textfile.

when i executed the api call i get several information but i only need the issue-id.

 

curl \

   -u xxx:xxx \

   -X GET \

   -H "Content-Type: application/json" \

   http://localhost:8080/rest/api/2/search?jql=type%20%3D%20Bug%20and%20resolution%20is%20empty

 

how can i do this? i'm new with handling the api of jira

 

best

toni

1 answer

0 votes
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 7, 2019
Antonio D'Errico
Contributor
March 7, 2019

ok thanks but that is still too much info.

 

{"expand":"names,schema","startAt":0,"maxResults":50,"total":1,"issues":[{"expand":"operations,versionedRepresentations,editmeta,changelog,renderedFields","id":"10402","self":"https://tsjira.novatec.net/rest/api/2/issue/10402","key":"TEST-4"}]}

 

i only need the issue-id (here TEST-4)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events