When users create a new issue, I want it to show up at the top of the Board and not at the Bottom. Later, if I change the priority of the issue, it should stay as-is and not change based on the applied Sort on the Board. Also, I tried using the Sort By Created DESC option, but it doesn't work.
Project Type: Team-managed-project; Software-project; Jira-cloud.
Any ideas to achieve the above?
The backlog isn't just a list of work items. It's a ranked list by the product owner, who carefully puts the most pressing matter at the top of the backlog, which signals the to the team: this has to be done first for either:
1) The next sprint (in case of Scrum) or
2) When taking on new work items (Kanban).
So it is quite essential not to screw-up the ranking at the top of the backlog: Hence the Atlassian Developers have programmed it so that new work items have the lowest ranking and appear at the bottom of the backlog. It is intentional, and not meant to screw you over.
Kind regards,
Dick
it's not possible with the Team-managed project board directly, but you can create a custom filter that sorts issues by creation date and use this filter to view issues in the desired order outside of the board view.
like below board filter query:
project = "TEST" ORDER BY createdDate ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.