Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible to make a JIRA rest call with Summary of the bug?

Kranti October 3, 2017

Hi,

As far as I know, we can make Jira rest call based on JIRA ticket ID(we will get full details of the ticket.) Can we do same rest call based on Ticket "Summery"

 

thanks in advance

 

Kranti

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 3, 2017

If by "based on", you mean "make a call using the ID as part of the url", then no, you can't do that with summary.  The ID is unique and part of the issue's url, but a summary is a field on an issue and may not be unique, so it can't be used as a unique identifier.

You can however run searches over REST, so you can do "Summary = <something>" and you'll get a set of issues with that summary back from it.

Kranti October 17, 2017

thanks nic ...I got it..

Suggest an answer

Log in or Sign up to answer