JQL query - How to add a column to disaply the row number for each line.
I have a JQL output displayed and would like to assign a row number for each row to be disaplyed as pat of my output.
Each Row? Like a numbered detail list? If so your best bet is to export the list and use the numbering from the excel CSV file. Otherwise you would need to build a custom field to allow you to assign a value to it and then Order By that custom field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.