Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Re-fetch issue data in Workflow transition

s_gridnevskii
Contributor
October 16, 2025

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?


1 answer

1 accepted

1 vote
Answer accepted
Marc - Devoteam
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.
October 16, 2025

Hi @s_gridnevskii 

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.

 

s_gridnevskii
Contributor
October 16, 2025

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.

Suggest an answer

Log in or Sign up to answer