You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I would like ask you for help. We have Jira Software (server version) with Jira Service Desk and with setted automation when public issue is created then automatically internal issue is also created. I would like to set custom summary value for created internal issue with post script function. Custom summary have to be in shape = customfield + public issue summary (something like: "SD13 - issue summary". How can I do this?
I was able to fix it with JSU postfunction - Create A Linked Issue (JSU). I had to add new Sub-Function - Copy to New for Summary -> Summary and after that, I was able to use Copy to New for Key -> Summary.
Final linked issue summary is in form: SDTS - Create new account
SDTS - Issue Key from External Service Desk
- - prepend separator
Create new account - Original summary which was cloned from External Service Desk to internal issue
Hi @ipsadm
You are creating the internal issue using automation for when the public issues is created? If so, then in your automation rule, set the Summary to:
{{triggerIssue.key}} - {{triggerIssue.summary}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Iam using JSU postfunction called Create A Linked Issue (JSU) which create linked issue between public and internal project and copy some field value from public to internal issue. I would prefer postfunction to do that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see - I am not familiar with that add-on and what is available with the Create a Linked Issue function. You should check with the vendor to see if they have post functions as a part of the toolset or you will need another add-on like Automation for Jira or JMWE.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In that plugin there is option to copy field value from origin to new issue with option to overwrite, append or prepend - but probably Iam doing something wrong, because its only working in overwrite mode...
Am I able to create new linked issue from public to internal project with copy some values from public issue to internal issue with setted custom summary and all these by Automation function in Jira?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would think yes that you could do that. Try the Copy to New select the Summary from the source field to Summary field of the destination and use Append.
Give that a try and see how it does.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sadly its not workign as I thought. Using that JSU postscript function everything is working fine, just that function Copy to New with Append function is not working. It will linked create issue, it will copy some field values from public to internal project but Copy to New (for Key -> Summary fields) with Append function is not working - it will overwrite (not append) the internal project Summary to Key copied from public project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would contact the vendor and ask them the intent of the Append function and how to solve.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okej, I will try to contact the vendor of plugin. Thank you.
Is there any application or something that can help me to create postfunction script? I found several scripts that are not exactly what Iam looking for, but maybe with little change they would be usable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JMWE is an excellent (maybe the best) app for me to create post functions.
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.