If you are an administrator, look at this:
http://<your-jira-url>/secure/admin/ConfigureCustomField!default.jspa?customFieldId=10200
Then you know, which custom field is the one throwing this error. Please check then, if this field is required in your project.
Tom, thank you for this! It helped solve an issue I was having in Big Picture for the last few weeks.
In my system, this field ID is for "Story Points." In my project, not all stories have points, so the calculations in Big Picture were kicking out warnings using that custom field ID. Once I used your locator URL I identified it as story points, set the default to zero, and viola! no more warnings.
-Scott
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Scott Theus - that's great! Thank you for the feedback :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Go and have a look at the list of custom fields. You can hover a cursor over each "edit" in turn and look for the id in the tooltip link that appears, but it might be easier to read the raw html to find it. Or you could use REST to ask the create screen what fields are needed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist- What about the system provided fields like reporter, assignee ? How can we find the IDs for those fields ? Please suggest. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check if the field is configured as "Required" in the project. If so, make it optional or provide default value.
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.
@Eddy DickensAnswers provided by Nic and Thomas are the best way to find it :)
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.