Need help to write JQL query to retieve all the issues which are in TODO,inprogress,Done from jira board by using rest call #211
Unanswered
srisaimule12
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Need help to write JQL query to retieve all the issues which are in TODO,inprogress,Done from jira board by using rest call.
Someone help to understand below syntax mentioned in yaml file
/rest/api/2/search?jql=project%20%3D%20Integrations%20AND%20%28Sprint%20%3D%20EMPTY%20OR%20Sprint%20in%20futureSprints%28%29%29%20AND%20issuetype%20%21%3D%20Epic
Beta Was this translation helpful? Give feedback.
All reactions