The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to before Issue Create, set Customfield Value with script runner.

JongBum Lee
Contributor
August 22, 2017

Dear All.

I want to set to customfield value before create issue. (USING Script Runner)

 

Is it possible to before Create Issue event? (not use post function)

 

When I checked it, it was not working in VALIDATOR option.

 

Please tell me how.

Thank you.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Answer accepted
Thomas Schlegel
Community Champion
August 22, 2017

Hi JongBum,

a validator is not setting any values. It is just validating if a certain condition is valid or not.

But of course, you can set a value before firing the create event. The event is fired after every other post function. We also do something with post functions before firing the event:

image.png