Hello, Atlassian Team
My team wants to create an automation for our jira board movement, when the issue has arrived from QA & UI REVIEW into READY TO DEPLOY it will automatically move to ON HOLD board. With notes the issue have another linked issue that still in transition before READY TO DEPLOY (or still in progress), as we know that we separated our issue between FE side and BE side and when they come to integrate in production, both issue need in READY TO DEPLOY board before we can move the issue into our QA PROD TEST together.
Thanks, I hope I can get answer for this.
Hi @Muhammad Rafly Andrianza and welcome to the community,
There isn't a clear answer to your question since you don't move issues to boards, if the boards are on the same project. You move issues to different jira projects (containers). With that said and assuming that you have the boards on the same project you have only to map the "Ready to Deploy" status to the desirable column on your "On Hold" board.
If the above it's not the case, since judging from your workflow you attached here it seems that on Hold is another status, kindly provide more clear details as how you want this to work.
Yes, I mean my team wants to implement Jira Automation with rules that when Issue A move into Ready to Deploy but the Issue A have linked issue with Issue B that is in progress, so the Issue A will be move automatically in to On Hold till the Issue B are in Ready to Deploy,and Issue A will be return to Ready to Deploy again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, is there any reply updates for this question?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I understand your requirement, but I don't agree with it, because it will take a long time to execute and most likely you might hit the service limits quickly, and the UX will not be good. Your rule would be (because I tried to create it) something like the following:
That would work well for the first part only. But for the issues to return back you would have to amend the above rule to include IF/ELSE component to get them back. And then you would have to add conditions from the "On Hold" status, so that the users can't move the issue from there, unless it's an automation.
To me the above is a bit wrong approach. Instead of doing that I would change the workflow a bit. I would have an extra status (not named On Hold) called e.g. Deploying. After all issues finished working and were ready to be deployed, then the user should move them to "Ready to deploy". Then the user who is responsible for the deployment should transition the issue to deploying if he/she had to work with it. BUT, on that specific transition, and within the workflow you would add a validator NOT to allow the specific transition to happen if related issues existed on previous statuses.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see, thanks for your advice. I agree with you. So we'd better to run manually. But in the other hand how can I add the validation "not to allow the specific transition to happen if related issues existed on previous statuses" just like you said in the last paragraph. @Alex Koxaras -Relational-
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
WIth the use of an app like JMWE which gives you the functionality to either add a built-in validator about related issues, or write your own groovy script.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there anything a free-way? Since I didnt expect too much if we use 3rd parties app from Atlassian Marketplace especially paid features, kinda bit hard to get forward into our finance team.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira cloud native functionalities doesn't provide something out of the box. You can search the marketplace for a free app, and/or if you have a team up to 10 people, then you can have all the above with no cost.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Agree, unfortunately our team that use atlassian product is more than 10 people. We might be use a manual way or a free app if its possible have in marketplace. Thanks for your help, Alex. I think this question been resolved.
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.