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.
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.