The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Best practices for doing status reports in JIRA?

Mathew Galvez
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 7, 2020

As a program stakeholder I would like to see all in-flight tasks, with key info, and the last comment on a task. 

As a program manager, I would like to quickly issue status report from Jira that reflect recent story and task updates. 

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Mathew Galvez
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 7, 2020

What are the steps to add a custom Script Field? @Carlos Garcia Navarro 

0 votes
Carlos Garcia Navarro
Community Champion
September 7, 2020

Hi @Mathew Galvez ,

1) for in-flight tasks:you could copy the last comment of a task to a custom field (check here)  and display it along with the key (and maybe the title) in the filter results gadget.

2) For recent stories, you can use a filter with the following JQL: issuetype in (story, task) and updated > -14d ORDER BY created DESC