Trace the source of request generation in Jira Service Management
プラットフォームについて: Cloud、Server、および Data Center - この記事はすべてのプラットフォームに等しく適用されます。
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Fisheye および Crucible は除く
要約
Users can check the source of issue creation in Jira Service Management using Jira Automation.
Use the "request.channel.type" smart value
To achieve this requirement we can use this smart value with Jira Automation: {{properties."request.channel.type".value}}
This smart value retrieves the channel type from which the request was made, helping users identify how the issue was created.
Create an automation rule with the smart value
Let's create an example Automation rule using this value. The rule will update the Assignee to the user "User XYZ" if the source of issue creation is "anonymousportal."
- Rule Trigger: Issue Created
- Condition: {{smart values}} condition:
- First value: {{properties."request.channel.type".value}}
- Condition: equals
- Second value: anonymousportal
- Action: Assign issue
- Assign the issue to: Specify user
- Select a user: "User XYZ"
- Condition: {{smart values}} condition: