Hi, would like to list a column "Customer Reference" from the sql bellow. This column is not part of my main table.
Thanks in advice.
category in (Support) AND status not in (Done, "Closed for Planning") AND issueFunction in linkedissuesof("\"Customer Reference\" is not EMPTY and Status NOT IN ('Question to Customer', 'Waiting customer acceptance','Closed') ") AND issuetype = "Incident Task" ORDER BY key ASC, summary ASC, Rank ASC
With ScriptRunner for Jira Cloud you cannot use issueFunction in the native locations where JQL can be used. Instead you need to go to the Enhanced Search screen that is available from the Apps menu.
Function of JQL options of scriptrunner return issue based on the used clause. These are not fields that can be shown in a column.
Hi, thank you for your response.
I am using advanced search:
My question is how to list a column that is in other "table". In the example below the column is on Key 1.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can't searching in JIra get you issues with able to set fields a columns to show infromation.
The function from scriptrunner that you use searches issues based on the clause used.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.