Script Runner: getParentObject from Epic to Story

Jordi Federico September 28, 2015

Hello Script Runner team,

When saving the Story we have script in "post function" in the Story transition

We are trying to get a customfield from Epic to Story. (from parent to story)

This is the script:

 

import com.atlassian.jira.issue.Issue;

import com.atlassian.jira.ComponentManager;

import com.atlassian.jira.issue.CustomFieldManager;

import com.atlassian.jira.issue.fields.CustomField;

import com.atlassian.jira.component.ComponentAccessor;

ComponentManager componentManager = ComponentManager.getInstance()

CustomField cpi = componentManager.getCustomFieldManager().getCustomFieldObjectByName("Project ID")

log.warn issue.getParentObject().getCustomFieldValue(cpi)



It seems that getParentObject doesn't work. Could you give us some other advice how to pick up this custom field? It works when using subtask, but not anything else than subtask.

 

Thanks,

 

Jordi

1 answer

0 votes
Nic Brough -Adaptavist-
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 28, 2015

Stories don't have parents, they are already at a parent level.

Epics don't work by having stories as children, it's an Epic Link.

JamieA
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.
September 29, 2015

This has been asked and answered recently... you need to traverse the epic link to get epic fields.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events