https://<Domain>/rest/api/2/search?jql=project=
I want to get json data from my jira project which has a jql selection included.
How do i pass jql to the api. could you please point me to a sample json code to fetch response from this api using JQL
Hi @Jayasimha Narasimha Welcome to Atlassian Community!
It would be like this : https://abc.atlassian.net/rest/api/3/search?jql=project%20%3D%20"Power%20Automate"%20AND%20issuetype%20%3D%20"Bug"
JQL query should be URL encoded.
Thanks
Vikrant Yadav
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.