Combining more filters using REST API

Ganesan Murugaiah August 7, 2013

Is there a way to put more than one condition in REST api link.

For Eg:

I want to filter issues which are assigned to a particular team and created in the last month and having severity 2 and having status as open.

Could you please help. Thanks.

2 answers

0 votes
RambanamP
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.
August 7, 2013

using "/rest/api/2/search" this rest api you can search for issues

check this document for more information

https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Example+-+Query+issues

0 votes
Ganesan Murugaiah August 7, 2013

Could you please provide a sample code using my filters in my example. It will be really helpful. Thanks.

Suggest an answer

Log in or Sign up to answer