Hello! I am new to scriptrunner and programming in general so I am struggling with how to achieve what I would like.
Here's my scenario-
I have issues within my project that have a custom date field "Billing Cycle Date".
I would like to run a workflow post function script which will take the billing cycle date, calculate what the next month is, and then append the name of the month into the summary.
So, let's say for a given issue:
Summary: Issue1
Billing Cycle Date: 3/5/2018
Upon workflow transition, postfunction script runs and sets Summary to "Issue1 - April"
I have spent multiple days trying to figure this out but nothing is working properly, any guidance would be greatly appreciated!