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.
Hi there,
I want to change the Solution field to "Done" when the workflow reaches status "Done". Should be an easy script, but I am new to Scriptrunner and not quite familiar with the scripting.
I know this could also be done in the workflow, but if the User moves a not finished issue to another issuetype with a finished status the solution do not changes. So I want to make a job that does this every night or a listener.
Thanks for your help.
Hi @IT Frastanz
You can find plenty of examples on the Script Library. Here is one sample script for updating the custom field value using a listener. You can also do this using a Scripted Postfunction but listener will work just fine as well.
You will need to add some logic in the code to incorporate your requirement related to move, where I guess you can check if the project of the issue changes or issue key changes.
Try some of the examples using the script library.
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.