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.
What are the steps to add a custom Script Field? @Carlos Garcia Navarro
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
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.