I am getting ERROR: 6MNAK3 when I try to create child issue of an epic in the board roadmap after I added a field required validator to the standard issues (Story, bugs, tasks) workflow. Can someone advise on any workarounds or solutions to this problem?
The team field is custom locked field by Jira, which is why we are unable to make it a required field.
I can see what you are doing based on this page:
Create Child Issue in Roadmap View
Couple of quick questions.
1. If you turn off the validator what gets copied to the child? -> do all shared fields with a new summary get copied?
2. Is that field on the parent issue? -> maybe putting it there and with a value..
Hi Craig,
Thanks for responding! I have turned off the validator as it was causing multiple problems. Currently, nothing gets copied when I turned off validator. Also, that field is on the parent issue but there might be some cases where multiple teams work towards the same epic.
Thank you for the suggestion though!
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.
Oh, that's your validator working. You must have left the team field blank when you transitioned the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for replying! When I create a child issue from roadmap, I don't get an option to add team field, just adding the summary and creating enter throws this error.
Unlike that, when I create an issue in the backlog, I get a create issue pop-up which then lets me add the required field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, then this is working as intended. The roadmap does not do "asking for optional data" when creating child issues, so you have nowhere to enter it. Then your validator is checking on a field you can't enter, so it's going to have to return a failure. The error code is just the validators tag for the config that is causing a problem.
I'm afraid all you can do is accept that Team should be optional, or continue to block child issue creation from the roadmap.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
Thanks for answering my question. The team field validator didn't work well so we removed it. Now I am able to create issues from everywhere except, I am unable to create a child issue(Story/task/bug) under an epic on the roadmap view.
It is showing this error:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian Community!
This error is more of a reference for Atlassian to search for in logs and data, and to group together the errors when they happen on different Cloud systems. It's not representative of the actual error that is causing you a problem.
Could you show us the configuration of the validator, explain what actions you take to get it thrown, and the full text of the error page?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Configuration of validator:
Actions:
After saving the workflow with this validator, I go to the project board roadmap, create a child issue under an epic:
And then get this error:
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.