Hi,
I hope all of you are feeling well!
Problem statement: Currently we want to fetch the detail of each story/task along with there all the sub-tasks details.
Implementation: we are using Jira-connector and client to get the issue details and their sub-task details which working fine but the story point and assignees of sub-tasks are missing in JSON.
Requirement: Is there any way to get the assignee and story points/estimation of sub-task details along with parent issue/story/task in one query or API
THANKS in advance for your help.
please check some screenshots of my response JSON
1) The first screenshot is related to the parent story/issue having assignee info.
2) The second one is subtask details and we haven't found any assignee in json.
In the foreach you need to do the issues api call store the response in a variable and pass it to 'subtask-key' => $subtasks
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.