I've used the popular Video tutorial on how to setup Summed up Story points for epics, but I'm getting this strange error which suggests that the Story points field in epics is a custom value? Even though it's showing up in the Available fields list?
The Lookup Table JQL, etc, is all working as expected. If I set the value for another field, it seems to work ok.
UNKNOWN FIELDS SET DURING EDIT, THEY MAY BE UNAVAILABLE FOR THE PROJECT/TYPE. CHECK YOUR CUSTOM FIELD CONFIGURATION. FIELDS IGNORED -
Story Points (customfield_10014)
Thanks @Bill Sheboy
I ended up using the Additional fields section with the following and it worked!
{
"fields": {
"Story point estimate": {{lookupIssues.Story point Estimate.sum}}
}
}
Hi @mo -- Welcome to the Atlassian Community!
Are you using a Company-managed project (CMP) or a Team-managed project (TMP)?
CMP use the "Story points" field (and smart value) and TMP use the "Story point estimate"...even though they have the same name in the UI.
Your rule appears to be referencing both, although only one should be relevant.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.