How to copy text field between projects?

Sysad
Contributor
May 11, 2020

Hi All

We have a requirement to copy "Text Field A" from Project A to "Text Field B" in Project B.

When the user closes an issue, the user will populate "TF-A" and hits close, this transition should copy value of "TF-A" to "TF-B" in project B. 

  1. Can this be achieved by having same text field in both projects with context? or different fields?
  2. Is there a way to do with post functions?

 

3 answers

3 accepted

2 votes
Answer accepted
Andrew Laden
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 12, 2020

There are a few plugins that can help do this in a post function.

Update on Transition is one that should be able to do this pretty easily.

https://marketplace.atlassian.com/apps/1211537/update-on-transition-for-jira?hosting=server&tab=overview

JSU can also do it also

https://marketplace.atlassian.com/apps/5048/jsu-automation-suite-for-jira-workflows?hosting=server&tab=overview

And of course there are the scripting ones (powerscripts, scriptrunner) that can do anything.

0 votes
Answer accepted
Denise_Wuethrich_beecom_products
Contributor
May 13, 2020

Hi, @Sysad 

JSU can definitely do this without coding. For more information about post-functions, you may check out the comprehensive documentation here: https://confluence-apps.beecom.ch/display/JSU/Workflow+Post-Functions

 

The JSU help desk is also pretty responsive. You can create a ticket here for further assistance: https://servicedesk-apps.beecom.ch/servicedesk/customer/portal/3/user/login?destination=portal%2F3

 

Hope this helps!

0 votes
Answer accepted
shetty
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 11, 2020

You can achieve these with the help of automation for jira

note : field TF-A & field TF-B has to be of same type

Capture.JPG

automation is as : when the assignee field is changed, the related issue in other project assignee field gets updated with the same value

Make sure you select multiple project in scope

Capture.JPG

Sysad
Contributor
May 11, 2020

HI @shetty  Looks like this is for Jira cloud and we are data center and automation plugin isn't purchased.

Sysad
Contributor
May 11, 2020

So automation for Jira helps to copy custom fields between projects along with system fields?

Suggest an answer

Log in or Sign up to answer