Forums

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

How to fill automatically certain field value of issues which are empty based on macros?

Ajinkya Deshmukh
Contributor
January 23, 2019

I need to fill automatically value for certain custom field which kept blank while creating issues automatically through any macro or certain script.

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
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.
January 23, 2019

Hello,

You would need a plugin for it.

For example you could use the Power Scripts add-on:

https://marketplace.atlassian.com/apps/43318/power-scripts-jira-script-automation?hosting=server&tab=overview

You could create  the SIL post function for the create transition with a script like this:

if (isNull(#{empty custom field name})) {

  #{empty custom field name } = "value";

}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events