Hi everyone,
I need your help with this task.
I have two projects: Project A and Project B. Users in Project B do not have access to Project A.
In Project B, business partners create tickets (stories). Then PMO analyzes these stories, and if it is clear what has been done, PMO clones these tickets into Project A and links them so users in Project B can at least see the status of the ticket. Only tickets that have been approved by PMO are cloned to Project A where devs can start working on them.
Now, I want to sync cloned tickets. The thing is just seeing the status of the ticket is not enough. I want to sync comments and attachments. Is this possible to achieve using Jira's own capabilities?
Please do not suggest paid apps from the marketplace! I have more than 10 users in my Jira instance, meaning the free tier, which is applicable up to 10 users, cannot be applied to my case.
Users in project B can see the status of a cloned ticket without needing to Access Project A but this alone is not sufficient.
#jiracloud
#jirapremium
#companymanaged
Hi @BenWade
You should be able to do both using Automation
---
Comments:
You will need to ensure...
The rule will look something like this...
The smart value will provide the contents of the last comment added.
Finally, you want to modify Rule Details to make the actor the same between the trigger comment and the action:
---
Attachments:
Rule should look something like this...
---
You could also copy Status across using Automation if you would like, so it's all visible from the one issue?
Let us know if these work!
Ste
Hi @Ste Wright
Thank you for your detailed explanation. I guess I did a mistake somewhere in the rule. Maybe you can identify my error. Is it a bi-directional sync? Comment and attachment synchronization work in both directions or only from A(BI) to B(COMEX)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @BenWade
The rule is single direction at present, which is likely why the error appeared - i.e comments in A (BI) will copy to B (COMEX), but not the other way around - so COMEX-123 does not meet the conditional criteria.
---
You could possibly get this into one rule, using additional IF/ELSE statements - something like...
Rule Details:
Rule:
----
Notes
This rule should work for both BI and COMEX, and the two Branches ensure that the comment is copied in the right direction using the Branch and the Condition.
However, the issue here is that the user's in COMEX don't have access to BI - so the comment action might not work due to this.
You could try...
...and see if this rule works?
I also think this could create other issues though, for example...
There is an alternative though, see below!
---
Alternative
You could have two rules instead of just one:
The rule might look like this...
The new smart value will provide the author's display name (FirstName LastName).
Finally, you want to ensure Rule Details has the Actor set back to "Automation for Jira":
---
Let us know if this helps!
Note: You need to ensure that the right Project is under the right link type when trying this in your instance.
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Stephen, thank you for your detailed response🙌👍
I will accept the asnwer and test the flow when I am in the office.
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.