I want to create a view (be it in Kanban, Confluence etc.) that will highlight all of the activities performed the Kanban over a specific range (e.g.: day, week, month, quarter etc.) including:
Is there a way to do something like that within the Atlassian ecosystem?
Hello @Phylum
Welcome to the Atlassian community.
The first two are simple.
Using the issue search capability in Jira you can create and save a filter that selects issues based on the date they were created using:
created > -1w
There are a variety of relative options like the above "minus 1 week". You can find them all here:
https://support.atlassian.com/jira-software-cloud/docs/jql-fields/#Created
The same can be used with the Resolved date to find issues closed/resolved since a relative date in the past.
Add to the filter criteria that check the issue type field
issuetype in (Initiative, Epic, Task, Subtask)
For more information on creating filters refer to this documentation:
https://support.atlassian.com/jira-software-cloud/docs/search-for-issues-in-jira/
And this free training:
You can present the information in a Jira Dashboard as a list or as counts. There are a variety of native dashboard gadgets available. For more information refer to this documentation:
https://support.atlassian.com/jira-software-cloud/docs/work-with-dashboards-in-jira-cloud/
And this free training:
https://university.atlassian.com/student/catalog/list?search=jira+dashboard
Jira does not natively provide a method to show a list of the comments associated with the issues retrieved by a filter. That would require a third party product.
Thanks for these great resources, I do appreciate it. The latter point is arguably the most important as it provides a clearer picture of what has been performed during the timespan.
Do you happen to know of any third-party products on that can extract and surface comments in tasks that match a filter or search criteria?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have never used such an app however per a response on this post
JXL for Jira is supposed to provide functionality to show all comments related to an issue selected by a filter. I don't know if it also supports showing only the comments from within a date range.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.