Project 1 is a Service Desk where internal non tech teams like customer support, ops, etc raise tickets and Project 2 is for tech and product (used for managing sprints, backlogs, etc)
I was able to post issues from project 1 to project 2 with the automation option that service desk has. However Once posted on project 2 and tech team resolves it and updates in the comments section, we want to post those comments back to project 1 which is a service desk.
Has anyone done any automation which involves copying comments of the linked issues across projects? Would really appreciate it if someone can guide me here.
PS: We use cloud jira services
There are lots of ways to copy a comment from project to project.
1) Script runner add-on:
OR
2) Jira Suite Utilities (JSU) add-on; there is a Copy Value From Other Field (JSU) function in post-functions.
3) JMWE add-on, there is Comment linked issues (JMWE add-on) function.
4) You create automations with Automation for Jira add-on.
Also, please check this topics.
Regards
Hi @Tansu Akdeniz
I used the method 4. Also kindly note that I have written this trigger on project 2.
Please see the screenshot attached. This rule set doesn't seem to work. I have tried editing this multiple times. Could you tell me what's wrong here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As I can see from the screenshot, trigger listens all issue comments. Then, you filter by Auto_ServiceDesk issue label. Also it works for "clones" link type.
Can you please verify that both conditions match?
Also, does the rule actor have permission to comment on service desk issue?
There is an audit log section in screenshot. Please re-produce the issue and have a look.
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.