Using Automation for Jira to set a select field based in a value of child value from a cascading field.
プラットフォームについて: Cloud のみ - この記事は クラウド プラットフォームのアトラシアン製品に適用されます。
要約
Using Automation for Jira to set a selected field based on a child value from a cascading field. Ex: If we select Employee Details and then enter Employee Id 123, it should automatically populate the Employee Name as XXX.
環境
Jira Cloud
ソリューション
This solution involves the following Automation Rule Structure:
- Trigger: Field value changed
- Custom_field
- Action: Refetch issue data
- Action: Log Action
- Log message: {{triggerIssue.Employee details.child.value}}
- Condition: IF block condition
- {{triggerIssue.Employee details.child.value}} equals 1
- Action: Edit Issue field
- Emp Name (custom_field): XXXXX
- Condition: ELSE IF block condition
- {{triggerIssue.Employee details.child.value}} equals 2
- Action: Edit Issue field
- Emp Name (custom_field): XXXXX
By following this approach, you can ensure that it should automatically populate the Employee Name as XXX.
最終更新日: 2024 年 12 月 10 日
Powered by Confluence and Scroll Viewport.