I am trying to get how individual did against tasks, user stories assigned to an individual , like actual time vs estimated time, bugs reported against the user story,
Hello @Jayashree Venkataraman ,
the worklog data lives at the issue level, so its how much work all users did against the individual issue rather than how much work a user did agains all issues so it is not a value that can be directly tied to the user. You can call the worklog for an issue and tie that data to a user you cannot call a users worklog directly.
Pulling the worklog of an issue is done via the following, noting it is all users worklog for the issue called:
However, a really good workaround to this is given in the following Post discussing this further where another user posted a custom php script hosted on a public github account that they designed for this purpose that pulls data from multiple issues and sums the values for individual users in the scripted function and it sounds like it is exactly what you are looking for:
and a direct link to the github repo mentioned in the thread is:
Regards,
Earl
Thanks.
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.