I am looking to sort by a column that puts content in 1-10 order. If there are multiple "4s", I would then want to sort those results by Key.
Is this possible?
Softball question potentially.
Thanks,
Jonathan
Hi Jonathan,
You can order by more than 1 criteria in your JQL, e.g. by using order by <field_1>,issuekey
Is that what you mean?
@Carlos Garcia Navarro Well that was simple! Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome, Jonathan! I'm glad I could 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.