Forums

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

How to Connect Issue (Epic) to SCRUM board within a Project?

BHAGYESH BHAND
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 20, 2023

I have created a Project Lets call it "ABC";

within which I have Multiple SCRUM board. One of it "PQR"

I have Epics & Task assigned to these SCRUM board. 

Now have created new EPIC "XYZ" with in the Project "ABC" when I create it using "CREATE" option it get created under all Issues and reflect in unassigned Issues. How can i tag this new EPIC "XYZ" to SCRUM board "PQR".

Thanks for response.

1 answer

1 accepted

0 votes
Answer accepted
Tuncay Senturk _Snapbytes_
Community Champion
May 10, 2018

Hello,

If select list is not multiple select list, try below script 

Option option1 = (Option) getCustomFieldValue(Field1);
def cv1 = option1.getValue() as Double;
...
Shioban
May 11, 2018

Tuncay,

The fields a re single select lists.

When I modify the inline script as you suggested, I get the following

 "unable to resolve class Option"

 

How do I resolve the class?

Shioban
May 11, 2018

I have aded this to the scripted field:

import com.atlassian.jira.issue.customfields.option

But get the message 

   "unable to resolve class  com.atlassian.jira.issue.customfields.option"

Shioban
May 11, 2018

I have added this to the inline script:

import com.atlassian.jira.issue.customfields.option;

and now get the message

"unable to resolve class  com.atlassian.jira.issue.customfields.option"

Tuncay Senturk _Snapbytes_
Community Champion
May 11, 2018

For sure, you have to import it.

import com.atlassian.jira.issue.customfields.option.Option;
Shioban
May 11, 2018

Thank you!!!!

Tuncay Senturk _Snapbytes_
Community Champion
May 11, 2018

You're welcome ;)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events