-
Suggestion
-
Resolution: Duplicate
-
-
Jira Service Management
Problem Definition
I would like to be able to access the request-channel-type Field as a Smart Value:
This is accessible in JQL currently:
request-channel-type IN (api, jira)
Suggested Solution
Provide this as an accessible Smart Value in Automation:
{{request-channel-type}}
Would return something like api, or jira, etc.
Workaround
The Request Channel Type is available as a Jira Issue Property, which means it can be accessed via this Smart Value:
{{issue.properties."request.channel.type".value}}
Alternatively, utilize Automation JQL Conditions to check the value when needed:
- blocks
-
AUTO-855 Support smart value for Next-Gen request type in Jira Automation
- Gathering Interest
- is related to
-
JSDCLOUD-11146 Expose the Request Channel Type value for API use
- Gathering Interest