Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Set epic link automatically for all stories within one project using behaviours

Robert Anthony September 27, 2021

I can set values of standard fields no problem, but am having a hard time automatically prepopulating the epic link field. Can someone give some support?

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Leo
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 29, 2021

Hi @Robert Anthony,

You need to pass Epic issue key instead of epic name in behaviour script to be working

def eLink = getFieldByName("Epic Link")
eLink.setFormValue("EPIC-1")

 I tried above snippet and working as expected

 

BR,

Leo

TAGS
AUG Leaders

Atlassian Community Events