Hi,
when I have already entered "Telefonvertrag/Hauptkarte" in the field "Komponenten" , I would like to be able to subsequently add the value "Multi-Sim" without having to re-create the subtask for the already existing value again. In other words: If I subsequently add the value "Multi-Sim" to the field "Komponenten", I want to get created only this specific sub task.
How can I edit my automation to get there?
Thanks!
to more specify your use case:
This is just for having a clear understanding of the use case as this will affect how the automation rule could look like.
Best
Stefan
thanks for your reply!
Once again, thank you very much for your support!
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.
Please appologize my late response 🙈
So here comes my approach: First of all i would split the requirement into 2 automation rule:
1. when issue is create
2. when value for field "Components" changes
The first rule with trigger "issue created" is built with an if/else block (see screenshot):
- if issue is created with both components --> 2 Tasks created (1 for each component)
- else if issue is created with one compoent --> create subtask for that component
- else if issue is created with other component --> create subtask for that component
2. rule: when value is added to component
Please let me know if this approach would solve your problem.
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Even found an easier way for the first rule (on "create issue"). The branch iterates through list of components and adds a subtask for each list item:
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Stefan Salzl ,
thank you very much for your awesome Support!!!
You actually gave me the hint i needed to solve my problem!
I´m using your smart value to run the second rule and it works pretty well.
Best
Felix
This is how i finished it up:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
AWESOME!!! Glad to hear it works now 🙌
If your problem is solved please consider to click "Accept" in order to mark this question as solved and make it easier for the community to find a solution when faced with similar questions.
Best
Stefan
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.