I want to have it so that when I run an automation, the same card is created on both boards (a clone, I believe). I then want it so that when one of the cards is moved to 'Done' on one board, it automatically moves the card on the other board to 'Done'.
Hi @beth_sutton -- Welcome to the Atlassian Community!
Would you please explain the problem you are trying to solve? Knowing that will help the community suggest solution approaches. Until we see that...
In Jira, a board is a view of issues in a project, based on a filter.
Leading to this question: are your boards in one project or different projects?
Kind regards,
Bill
Hello! Sorry for limited info.
At the moment, for example, on Board A:
What I would like is that when the Illustration Request is 'completed' on Board A, it shows as 'completed' on Board B so that another automation can move the 'Resource' into the Design column (as currently the 'Resource' is in 'on hold' until the illustration request is complete).
I'm sorry if this isn't much information to go off - let me know if you have further questions :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No worries, Beth. Just trying to understand the situation so the community can help.
What type of project are you using: company-managed or team-managed? You can find this information at the bottom-left side of the page when you expand out the options.
Are your Boards A and B in the same or different projects?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Of course :) It's team-managed and I believe I have very limited options from what I can see from other posts I've looked at (there's a lot I can't seem to do!).
And different projects :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Gotcha, and thanks!
First, some rule scope (impact) information...
Back to your scenario: in the Resource issues, team-managed project you can easily create a project-scope rule to create/clone the issue into the Illustration Request project. But you would need a global (or multi-project) rule to sync the status values. And so...
As you appear to be on a standard license level your entire site gets 500 such global/multi-project executions per month. My recommendation is to talk to your Jira Admin to learn if such a rule is workable with your limits to decide next steps.
One other alternative: switch from team-managed to a single company-managed project, with different boards (and backlogs) for Resource and Illustration Request work. The work can remain independent, visible, and a project-scope rule could handle what is needed. Your Jira Admin can help set that up, if you want to try that approach.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Morning Bill! Sorry for such a delayed response! But thank you so much for taking the time to explain the different options to me :)
I've now asked my line manager (who is going to ask her line manager 😂) to see if I can have the correct permissions in order to be able to do some global / multi-project executions!
Thank you again - I thought I was going crazy trying to work it out!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @beth_sutton and welcome to the Community!
Boards are merely views into your project data, and they are driven by a filter. In your automation rule, you want to create 2 issues (what you refer to as cards) with the same information, but set some information on them so the board filter picks those cards up and displays them appropriately.
If you want to update the issue (card) on the other board based on transitioning one of the issues/cards to the `Done` status, then you will want to create an issue link between the two issues/cards. Once that link has been established, in your automation rule, you can use a Branch rule component to iterate through the linked issues and perform additional actions:
If you're able to provide some more information such as what the filter on both of your boards are, we can give you a better recommendation/examples.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sam :) Please see my reply to Bill above for further information. I feel that I may be overcomplicating everything but any help or insight would be much appreciated! :)
The thing I'm really struggling to do is link the 'Illustration Request' (which is created via an automation) on Board A to its clone on Board B :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.