-
Suggestion
-
Resolution: Unresolved
-
57
-
Use case:- We want to have the ability to use the Jira Custom field as a placeholder to Insight Attribute in IQL to display the values related to the reference attribute.
For example:-
- We have a system field called "Request Type" on Jira.
- There is an attribute called "Request Type" on Insight with similar values as Jira custom field.
- Using IQL we want to reference the Jira field value on Issue creation with IQL to display the values accordingly. Something like this:-
"ObjectType = "GT Request Type List" And "Request Type" = "Customfield_10015"
- relates to
-
JSDCLOUD-10185 Allow the use of other standard custom fields as placeholders in the filter issue scope AQL
- Future Consideration
- resolves
-
VOC-3233 Failed to load
7fca56fba7c9 3a7162d9fd90
I have used this method with ${reporter} and ${project}. You might be able to use issuetype. I do know you cannot use the requesttype.
I used to default the summary and hide it to prevent users from changing the summary and losing the values in the subsequent field; however, Atlassian has since prevented Summary from being hidden as it is required.