I'm trying to get/view a list of all the Assignees along with their details including emaild using Jira Rest API...
Hi Tilak,
Yes it is possible, using the below steps (Firefox Browser)
1- Build your filter criteria to define project and Data scope (Example below)
2- Replace the first part of the URL as below
Replace https://karimabouhashish.atlassian.net/issues/
With https://karimabouhashish.atlassian.net/rest/api/2/search
3- The new URL Will return all tickets with their info in JSON format. if you expand any ticket you will find assignee info including his/her email address.
|
4- The final part to conclude, is that you need a script or a tool to parse JSON data for extracting the list of assignee/s along with their email addressees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.