Hello
I would like to use a JSON query for Power BI reports. For this I need all fields incl. Resolution Date.
My problem is, with this query I get most fields except Resolution Date.
https://abcxyz.com/rest/api/2/search?jql=project%20%3D%20PORT%20&maxResults=1000"
With this query I get Resolution Date, but I don't see all other fields anymore.
https://abcxyz.com/rest/api/2/search?jql=project%20%3D%20PORT%20&fields=resolutiondate%20&maxResults=1000"))
what do I have to do so that I can see all fields including resolution data. I would like a combination of the first query but additionally with resolution date.
Many thanks and greetings
Enrico
Hi @Enrico Tinner welcome on the community :). Did you try
https://abcxyz.com/rest/api/2/search?jql=project%20%3D%20PORT%20&maxResults=1000&fields=*all"
?
Hi @Martin Bayer _MoroSystems_ s_r_o__ ,
Thank you very much, it works perfectly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Cool, happy to help :). Could you accept the answer pls? Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira Product Discovery Premium is now available! Get more visibility, control, and support to build products at scale.
Learn moreOnline 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.