Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot create a new task

Anina Engelbrecht
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 23, 2023

I am unable to create a new task in my jira project. After completing all the details required in the create task field, clicking on "create" does nothing

1 answer

1 accepted

1 vote
Answer accepted
Boris Georgiev [Appfire]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 27, 2014

You can try to create a clone of the existing project into a new one and then remove everything that is not needed from both projects (the 2013 and 2014).

Create an xml backup of JIRA and then replace the project key (i.e. PR) with a new one (PRI). The patterns you need to search are (not sure these are all though)

  • key="PR
  • projectKey="PR"
  • key="PR"
  • originalkey="PR"

After replacing these in the entities.xml try do Project Import from backup. This will create a new project with key "PRI" which should be the same as the "PR" project. Then remove all that is not needed.

NOTE: This is not tested and is a solution that "might" work, so I'm not sure if JIRA Agile will work correctly after that with the new project and if actually the JIRA Agile data will be properly cloned, so you have to have a backup of your system in case something goes wrong or test this on a snadbox/test/staging JIRA instance.

Some plugins like CLI or Script Runner provide clone functionality and you may also try to do the clone using them.

Lisa Reilly
Contributor
April 27, 2014

Hey Boris - looks like that Script Runner plugin will work for me. Thanks for your answer.

Lisa Reilly
Contributor
April 28, 2014

Hey Boris

Turns out this doesn't work because worklogs aren't copied. Any other ideas??

Lisa Reilly
Contributor
April 28, 2014

Yes, it doesn't clone the worklogs for the tasks?

Boris Georgiev [Appfire]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 28, 2014

Do you mean Script Runner ?

Boris Georgiev [Appfire]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 28, 2014

And a possible way to avoid editing the backup xml manually will be to restore the JIRA backup onto another JIRA instance, change the project key and then create a backup again which to use for import into the original JIRA, but into a different project

Boris Georgiev [Appfire]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 28, 2014

I suspected that it will not copy worklogs and that's why I've suggested using project backup/restore approach.

Suggest an answer

Log in or Sign up to answer