Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,613
Community Members
 
Community Events
185
Community Groups

Copying Values from Parent to linked children

We have version Power Scripts 4.8.0.6  I used the example they have online 

 

/*Call this script from a workflow transition post-function.It will set the fields to the value of the matching field in the parent issue.*/ if(isNotNull(parent)) {         summary = %parent%.summary;    description = %parent%.description;    dueDate = %parent%.dueDate;}

 

However this does not work for me, I keep getting an error (the check fails)

Is there a way you can see what the error is?  I added the post function to the linked Issue...is that correct?

2 answers

0 votes
Alexey Matveev
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.
Jul 22, 2020

Hello @Nannette Mori ,

I tried your code it worked fine in my Jira instance.

If the check fails, there is a red cross on the line. If you hover on the red cross, you will have a detailed message of the error.

Could you paste a screenshot with the error?

I can't use the standard Post - Function "Copy Value from other Field because the parameters don't work because the parameters available don't work for our customized Hierarchy,

When I click on Check next to the Check button it says 1 error found but there is no red cross on the line.  There is no detailed message of the error.

I did find this error in the Console

SIL Pogram >>null<<parse exception:lexical error at line at line 8,column 6 encounted:<EOF>after:""

Our power Script version is 4.8.0.6

Jira Software Version is 8.6.1

Alexey Matveev
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.
Jul 22, 2020

If you run it in console, you need to provide the issue key in the Run Configuration dialog screen:

Screenshot 2020-07-22 at 16.34.36.png

0 votes
Curt Holley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jul 21, 2020

Can't you just use the standard  Post - Function "Copy Value From Other Field" for this? (no code required)

You could also use Automation for Jira to do it (if on Cloud) again (no code required)…..not sure about Power Scripts, as I've never used it.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events