You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I get this error when making an issues through e-mail. can someone please help me out?
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.
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.