need to sort the task according to the priority, if the task with the priority is high then it should go automatically up, followed by the other priorities, whether we can do this option through jira automation?
I could't find the board settings, its a diff version?
When do you need this sort to happen? Usually even is this is a kanban or a filter, you can set the order on the JQL e.g.:
order by Priority ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i mean in the board, if one task is added with the priority high, then it should go automatically to the top in the board, whether is this possible to do through automation?
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.
I Could't Find the board settings, can you tell me where i can find that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually it is Priority DESC if you need to have highest at the top.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I did apply this filter but nothing is sorting out according to priority. Can you please help?
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.
Got the same problem @Yasser Diwan. It's not doing the sort.
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.