Hi,
I hope you are well. I am currently in the position where I have to manage two different boards for two separate environments.
I have two boards: Development board and Staging Environment. I am attaching the screenshot for reference. Below is the screenshot for Development board.
When ticket moves to Done on Demo, I want to create a clone and move that ticket to Pending staging deployment but keep the original ticket in Done on Demo so I can track the velocity.
Below is the screenshot for Staging Environment
So, the ticket should move from Done on Demo to Pending Staging Deployment.
I want to keep the ticket in Done on Demo as well so I can track velocity so when the sprint closes. Also, I don't want to create the tickets in backlog as well. It should be the same in 2 boards. When the sprint ends, the ticket in the Development Env should be completed which makes sense but it should reflect on the staging Env.
Please let me know how I can achieve this.
I hope the following steps may be helpful to achieve this scenario using Jira Automation:
Create an Automation Rule for the Development Board:
Issue transitioned
(from any status to Done on Demo).Add an Action to Clone the Issue:
Clone issue
.Add Action to Transition the Cloned Ticket:
Transition issue
and choose Pending Staging Deployment as the status for the cloned ticket.Add Condition to Ensure No Tickets Go to Backlog:
Issue matches
to specify that the new cloned issue should not go to the Backlog (e.g., only transition issues to the specific Staging status).Ensure the Original Ticket in the Development Board Stays in Done on Demo:
Handle Sprint Closure for Both Boards:
Issue transitioned
from any status to Done on Demo (Development board).Clone issue
to the Staging Environment board.This will allow you to track the velocity on the Development board while the cloned issue in the Staging board progresses through its own workflow.
@Anahit Sukiasyan - Thank you for such a detailed answer. I'll try to implement all these steps and will let you know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Hizkeel Khan,
I am Nacho and I am part of Decadis.
I would like to recommend our app Jira Workflow Toolbox for Jira Cloud.
Specifically, with our Create issue post function, you can create a copy of the initial issue and move it to the desired status.
If you are interested in using our app and need further assistance, I encourage you to create a ticket on our support portal and we will gladly assist you.
Best regards,
Nacho
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Hizkeel Khan
If I understand correctly, you’re trying to clone an issue into another instance and map the workflow status of the two issues so that the original one doesn't transition, right?
In that case, I can suggest trying our app Elements Copy & Sync. It will allow you to:
- clone your issue to another instance based on a status transition
- map the workflow status between the two projects
Don't hesitate to check the documentation, it’s really quick and easy to set up.
The app is for free during 30 days (and it stays free under 10 users).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Hizkeel Khan
Add a post function called Create issues in the transition of Done on Demo.
It will give the necessary configuration to setup required features.
By using JMWE plugin, these post function will be available.
I have tested, this post function cloning the issues and scripting template is available to set required status for cloned issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When any issue is moved to Done on Demo and it's cloning issue. Keeping the original issue in the Done on Demo status.
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.