I am trying my hand at developing plugins for JIRA, and for my first project I would like to calculate the average time each developer spends in a specific status in the workflow. To do this I am not sure how to access the time data given from the Jira Charting Plugin. Also, how to put a web section and item underneath the project tab.
Any information would be helpful.
Thanks.
You can access the data without the plugin. You can query the history of an issue and define the time yourself. You can find an example here:
https://community.atlassian.com/t5/Adaptavist-questions/Extract-time-in-status/qaq-p/459833
Okay that is helpful for accessing the history of the issue, but I have a follow-up question. Since I would like to write a plugin that can manipulate this information, do you have any suggestions on plugin modules that this code is compatible with?
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.