Jira Issue Smart Values: Make request-channel-type available as a Smart Value.

XMLWordPrintable

    • 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:

            Assignee:
            Unassigned
            Reporter:
            Payden Pringle (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: