Hi Team,
I am Darshan Hiranandani, need to sort linked issue types based on their creation date within each category on the view screen of an issue. Specifically, I want the linked issues in each category to be ordered by their creation date.
Could anyone provide suggestions or guidance on how to implement this sorting functionality? Any insights on configuration or best practices would be greatly appreciated.
Thanks for your assistance!
Best regards,
Darshan Hiranandani
Hi @Darshan Hiranandani , this is not possible natively in Jira. You might check the Marketplace for options. Vendors might jump in here to offer solutions.
@Darshan HiranandaniI've done that, you need to use jquery + a js library called tinysort. You have to call for each issue the REST API to get the creation date and pass it to tinysort.
In Server it was easier (you could spare calling the REST API) but in DC they changed the sequence of the issueid, it's not suitable as key for do the sorting, so I need to call the REST API to get the right key to sort.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't believe that this is possible - see e.g. this feature request for Jira Cloud (there's a similar one for Data Center).
As suggested, if you're open to solutions from the Atlassian Marketplace, you might get pretty close; see e.g. this thread for a related discussion.
Best,
Hannes
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.