Hi all,
In our target setup we have Product teams created as a separate project and have an overall Product Project as well which is responsible for E2E testing - Performance testing etc.
During these E2E testing an issue can pop - up, which will be created as a bug but the actual resolution will be done by any of the product teams responsible for that part of the product.
Our idea would be
- Create the bug as part of the Product project
- Create a clone
- Move this clone to the responsible Product team
Question
- I want to explore the possibility that via automation the status of the original and cloned bug are in sync. Anyone has any experience with this kind of automation setup? Or anyone with a similar setup that set this up in a different manner?
Thank you
Let me try this out - seems like a good workaround. But I'll bring up the discussion if we would indeed still need the 2 entities.
Thanks again for the swift reply
KR
Sven
Welcome to our community.
Firstly, the best practice is keeping a single source of source, which means that we should create only one bug, collaboratively resolved by product project and product team members.
If the process cannot be changed for the time being, then I think we can use 2 automations:
1.Cloning the bug created mannually in product project into the product team project, linking the two bugs (e.g. link type: is blocked)
2.Update the status of product team accroding the status change of product team bug. We need map the statuses in both projects.
Hope this solution helps you.
Thanks,
YY哥
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I agree that having 2 bugs feels unnecessary - it's a duplicate you need to keep updated.
I would either...
---
But, to do what you've asked - you'll need two separate rules:
I've detailed how to do this below.
I've assumed these are Company-managed Projects, and the Rules can be set at a Global level.
Rule 1
Prerequesites
You can't move an issue via Automation, so I would have some unique parameter you can refer to to decide which Project the Bug should be in.
For this example, I'm using the Team ID, but it could be a label, component, etc.
You can then use either IF/ELSE Conditions to decide which Project to create the Bug in, or use a Lookup Table. The latter is more efficient, and is used below.
You will need...
---
Rule
The rule will...
It will look something like this...
Rule 2
Prequisites
This rule will send the Statuses back from the Team Project to the Product Project.
There's two variations of this rule...
For (2), you will need to map the Statuses within the rule. Similar to Rule 1, this can be done using either IF/ELSE conditions, or a Lookup Table. I'm using a Lookup Table below.
You will need...
---
Rule 2(1)
This is the simple version, where Statuses match between the two Projects.
This should work...
---
Rule 2(2)
This is the more complex option, where Statuses do not match.
The rule will...
It will look something like this...
Notes
There's a lot to digest here!
Let us know what you think, and if you have any questions we'd be happy to help :)
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Stephen,
Thanks for the elaborate answer - it seems to me that the first option of having it in only one place is the most efficient one to go with, so I'll open up that discussion again.
Meanwhile I'll explore how to set up the automation with your description it is very detailed and I should be able to set it up with this.
Thanks again for your thorough answer
Kind regards
Sven
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No worries, let us know what you go with!
And if this answer did help, could you accept it? That helps others who find this question in future know it could help them too :)
Ste
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.