Hello,
I'm trying to create an automation rule which check if an existing project component name is in the issue summary.
I'm quite new to the Jira Automation system and this is my rule :
1- Webhook : GET all components from rest/api/2/project/{{project.key}}/components
2- If : Advanced compare condition : {{webResponse.body.name.split(", ")}} contains {{issue.summary}}
Then return "1" in the log
Else : Return "0" in the log
The only time the rule worked was when i've put only the exact component name in it. If multiple words are in the summary the condition doesn't work even if a component name exists.
Thanks already for your help on that :)
Best regards
Have you previously created, in the project you are trying to import to, the versions that you have listed in the Excel file?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.