We can't create this issue for you right now, it could be due to unsupported content you've entered into one or more of the issue fields. If this situation persists, contact your administrator as they'll be able to access more specific information in the log file.
Tried all the following steps and solutions but cant resolve it.
Hey Thank you all.
I found the answer. there were some bugs in my workflow and bugs in table-grid custom field.
Caused by: com.atlassian.jira.workflow.WorkflowException (due to corrupt workflow)
Caused by: java.lang.NullPointerException (due to bug in the custom field)
Hello
have the same problem
what was the bug in custom field in your case?
in my case any issue can't be created
error message on the log
Caused by: java.lang.NullPointerException at com.idalko.jira.plugins.igrid.providers.DataUtils.getOptions(DataUtils.java:694)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Naveen - Welcome to the Atlassian Community!
Have you also looked at the Permission scheme to make sure you have all of the permissions? Is it just you that is having the problem? Or can no one create an issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you adding any attachments when creating the issue? If you checked the post functions and conditions for the create transition than maybe if you are uploading an attachment, it may be corrupt.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not adding any attachment. Checked all the conditions, validators, post-functions. nothing worked.
error occurs when i try to create an issue with other projects in the same instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I encounter a similar error while creating an issue. I get the following error in the logs:
Error Message = ORA-01653: unable to extend table JIRAUSER.OS_WFENTRY by 8 in tablespace JIRATABLESPACE.
The solution is to increase the size of the tablespace in the database.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are facing a same issue in all project in the instance .but when we checked on DB issue were created but error showing on UI. Not sure what is cause this Error.
Any suggestion?
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 will probably need to contact Atlassian Support. This was not a problem that needed a resolution for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I guess it's because of the post functions blocking the custom field to read the value from another field into "Summary". I fixed it by testing out the post function- listeners, where our code is calling a different custom field rather than the one we need in summary.
Thanks,
Srikanth Ganipisetty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is the error shown in my logs
Caused by: com.atlassian.jira.workflow.WorkflowException
at com.atlassian.jira.workflow.OSWorkflowManager.createIssue(OSWorkflowManager.java:768)
at com.atlassian.jira.issue.managers.DefaultIssueManager.createIssue(DefaultIssueManager.java:584)
... 290 more
Caused by: java.lang.NullPointerException
at com.idalko.jira.plugins.igrid.providers.DataUtils.getOptions(DataUtils.java:694)
at com.idalko.jira.plugins.igrid.providers.hibernate.DataSourceProvider.getDynItems(DataSourceProvider.java:328)
at com.idalko.jira.plugins.igrid.providers.AbstractDataProviderImpl.getDynItems(AbstractDataProviderImpl.java:163)
at com.idalko.jira.plugins.igrid.grid.type.ListColumnType.populateQueryProperties(ListColumnType.java:140)
at com.idalko.jira.plugins.igrid.grid.type.ListColumnType.applyType(ListColumnType.java:94)
at com.idalko.jira.plugins.igrid.grid.column.ColumnBuilder.buildColumn(ColumnBuilder.java:322)
at com.idalko.jira.plugins.igrid.grid.column.ColumnBuilder.build(ColumnBuilder.java:216)
at com.idalko.jira.plugins.igrid.grid.column.ColumnBuilder.build(ColumnBuilder.java:185)
at com.idalko.jira.plugins.igrid.grid.GridBuilderImpl.build(GridBuilderImpl.java:243)
at com.idalko.jira.plugins.igrid.grid.GridBuilderImpl.build(GridBuilderImpl.java:227)
at com.idalko.jira.plugins.igrid.customfield.TableGridFieldManager.getGrid(TableGridFieldManager.java:395)
at com.idalko.jira.plugins.igrid.customfield.TableGridFieldManager.saveChanges(TableGridFieldManager.java:190)
at com.idalko.jira.plugins.igrid.customfield.AbstractTableGridCFType.createValueInternal(AbstractTableGridCFType.java:459)
at com.idalko.jira.plugins.igrid.customfield.TableGridCFType.createValue(TableGridCFType.java:79)
at com.idalko.jira.plugins.igrid.customfield.TableGridCFType.createValue(TableGridCFType.java:43)
at com.atlassian.jira.issue.fields.ImmutableCustomField.createValue(ImmutableCustomField.java:693)
at com.atlassian.jira.workflow.function.issue.IssueCreateFunction.execute(IssueCreateFunction.java:81)
at com.opensymphony.workflow.AbstractWorkflow.executeFunction(AbstractWorkflow.java:1014)
at com.opensymphony.workflow.AbstractWorkflow.transitionWorkflow(AbstractWorkflow.java:1407)
at com.opensymphony.workflow.AbstractWorkflow.initialize(AbstractWorkflow.java:606)
at com.atlassian.jira.workflow.OSWorkflowManager.createIssue(OSWorkflowManager.java:742)
... 291 more
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.