Using automation to edit Assets custom field by matching text from issue description
プラットフォームについて: Cloud のみ - この記事は クラウド プラットフォームのアトラシアン製品に適用されます。
要約
This article covers steps to create an automation rule that searches the Jira issue description for a pattern and tries to match it with the Assets object. When a match is found, it updates the Assets custom field on the issue with the corresponding value.
診断
The requirement is to use Jira automation to update Assets custom field by doing a text pattern match against the Jira issue description and the value stored on the Assets schema object.
ソリューション
Here is a sample of the automation rule that can achieve this requirement :
PS : As you can see, we can add the AQL directly on the 'Edit Issue' action.