how to commit to a closed jira issue

laki88 March 11, 2014

I can't commit to a closed jira commit task. I got this error message in tortoise svn

Commit failed (details follow):

Commit blocked by pre-commit hook (exit code 1) with output:

Status of Jira issue not allowed.

 - Status of Jira issue you specified is not allowed.

   Please specify a valid Jira issue.

can someone help me to by pass this error?

1 answer

0 votes
Luther Hargrove
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 Leaders.
March 11, 2014

You will have to check your pre-commit hook logic. That should exist on your SVN server in the hooks directory of the repository you are using. If the logic in the pre-commit hook doesn't allow commits to closed issues, you have to modify that in order to allow it. Or reopen the issue, do the commit and move it back to closed.

Suggest an answer

Log in or Sign up to answer