I'm trying to create the following automation rule, but having trouble with the implementation using Jira automation.
If the label "regression" is added to a Test,
Then add the Test to a specific Test Set
I'm able to implement steps to trigger if a label is added to a new or existing Test and then checking if the label is "regression", but I'm not sure how to create an action to add the Test to a specific Test Set.
I'm not sure if this is possible or not.
Edit: I think one solution might be adding an action to edit the Test's Test Sets field and add the specific Test Set.
I‘m afraid this cannot be done with issue-related actions in jira automation. I would suggest to check if (if we are talking bout xray) API is capeable of adding a test to a test set and adding „send web-request“ action in the automation rule that fires the api call.
Hope this helps.
Best
Stefan
Thanks. I'll look into that.
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.