Customfield unavailable in the Advanced roadmap plan

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.

Platform Notice: Server, Data Center, and Cloud By Request - This article was written for the Atlassian server and data center platforms but may also be useful for Atlassian Cloud customers. If completing instructions in this article would help you, please contact Atlassian Support and mention it.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Summary

Story point field not available in the Plan

Environment

Cloud

Diagnosis

  • The field is not restricted with context, however, the rest are also not using the context. So this should not be the problem.

    select * from fieldconfigscheme where fieldid like '%<customfieldID>' 
  • Adding the field to the plan using API didn't work. No error on the HTTP request but the field still missing.
  • The field is not listed when even on selecting 'unsupported'.
  • https://<sitename>.atlassian.net/rest/jpo/1.0/customfield/getAll is not returning the field.
  • Problematic custom field

    idcfkeycustomfieldtypekeycustomfieldsearcherkeycfnamedescriptiondefaultvalue
    10023
    com.atlassian.jira.plugin.system.customfieldtypes:floatcom.atlassian.jira.plugin.system.customfieldtypes:exactnumberEstimated Effort (Days)How long do you estimate this piece of work SHOULD take, in DAYS (e.g. 1.5).
    10116
    com.atlassian.jira.plugin.system.customfieldtypes:floatcom.atlassian.jira.plugin.system.customfieldtypes:exactnumberEstimated Effort Remaining (Days)Estimated number of days remaining to complete the feature.

Cause

The field Estimated Effort (Days) is actually the Story Points field. The field was renamed in the past which caused the misunderstanding.
The Story Points field is part of Jira Software and it has some special settings assigned on the background.
On the plan, we can select the type of estimation you'll be using. If we choose Story Points, the field will be available.

Solution

The settings on this site were not incorrect, but the different name on the field causes some confusion.

To fix the issue, update the field back to the name "Story Points" name and create a new one for Estimated Effort (Days)

Last modified on Aug 26, 2021

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.