Hi everyone,
The company I work in has some people that have issues assigned to different projects.
To use some dashboarding in Excel, I need to :
- import all the issues contained in some projects ( ie pr1, pr2, pr4, pr6, pr8 ) in Excel using REST API .
I tried different jql codes, but it seems that I have to define which issues I want, and there's no way to select ALL the issues from all the selected projects.
Besides, I need to import all the fields for each issue, then in excel I will do the dirty job ...
Thank you all.
-cg
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Trudy.
https://companyname.atlassian.net/rest/api/2/jql="project in (ML, DVPS21, TDB, DVPS, TDI)
is what I found online.
I also tried :
https://companyname.atlassian.net/rest/api/2/issue
And even if I use my API token at the beginning ( username:APItoken@.... )
it doesn't work,
Thanks,
-cg
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.