Hi Folks,
We have jira dashboard for developer assigned to each Jira task. Can we create a report which I can see developer status like start date, due date etc.
Hi @AmolSamte. If you’re just looking to generate a report from within the Jira product, sure you can. Create or jump to a defined filter, go to Export (at the top of UI), and choose Export HTML Report (all fields).
If you’re looking to do it programmatically, you can do that too using the Jira REST APIs (e.g. search issues with JQL). Were you thinking of building a reporting app that lives within the Jira UI?