How can I re-fetch issue data in postfunction in create transition?
I need to check the issue property which is created by another thread (ProForms). However it is not available when the postfunction is called.
I moved my postfunction to the bottom of the list of postfunctions, right after
Fire a Issue Created event that can be processed by the listeners.
Still no property.
Is it worthy to try to add Re-index Issue postfunction above? Or maybe Store issue?
You can do a re-fetch of issue data in an automation rule.
This can't be done on a workflow.
If you set an issue property on a field in a proforma form you can use automation to act on this after issue creation.
FYI I tried postfunction Load issue data and it changed the summary to 1. And I could not delete this postfunction. I had to create new workflow :(
Finally I created a transaction that starts from Open and ends on Open and I call it from automation rule.
My version of automation for jira cannot extract data from forms, I need to do it by parsing form data in issue property.
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.