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: 

Is there a way to identify most recent tasks created on a project?

Sarah Micallef
September 13, 2017

I created a dashboard with each project within the company on tasks being raised, which is updated every 15min based on the status of the task. When I click on the pie-chart and list all the tasks that are showing with status 'To-do' there is not option to find out the most recently raised. Any suggestions? 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Simple Tyler
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
September 13, 2017

Hey Sarah,

You could use the Filter Results dashboard widget (it has an auto refresh option).  You'll need to create a saved filter, and as long as you include: "ORDER BY created DESC" in your filter it should show you the most recently created issues.

Hope this helps,

Tyler

Sarah Micallef
September 13, 2017

Thanks Tyler