For getting issues from a particular project how will this work. I'm trying below URL but its throwing error
https://[yoursite].atlassian.net/rest/api/3/search?jql=ORDER%20BY%20project=EEZE%20Flow&Created&maxResults=100&startAt=0
JQL containing project name is as below:
project = "EEZE Flow" ORDER BY created DESC
Got it by myself!
https://[your site].atlassian.net/rest/api/2/search?jql=project=ABC_DEF&maxResults=100&startAt=0
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.