The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I would like to know if it's possible to prefile with a behaviour the description field only if a component is selected (for exemple if component selected = A then description = A else description is empty).
I have already this code but i don't know how to filter on component selected event:
def desc = getFieldById("description")
def issueType = getFieldById("issuetype")
def defaultStory = """
text
"""
def defaultBug = """\
text2
"""
def defnull = """ """
if (getActionName() == "Create" && issueContext.projectObject.key == "PROJ"){
if (issueContext.issueType.name =="Story"){
desc.setFormValue(defaultStory)
}
else if (issueContext.issueType.name =="Bug"){
desc.setFormValue(defaultBug)
}
else {
desc.setFormValue("")
}
}
else if (getActionName() == "Create" && issueContext.projectObject.key != "PROJ") {
desc.setFormValue("")
}
Could you help me on this subject?
Thank you in advance.
Regards,
Mickael O
👋 Hi there Jira Community! A few months ago we shared with you plans around renaming epics in your company-managed projects. As part of these changes, we highlighted upcoming changes to epics on...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events