Issue with not being able to push when its-jira is set as MANDATORY after upgrade - project.config:
[plugin "its-jira"]
association = MANDATORY
branch = refs/heads/master
branch = ^refs/heads/rel-.*
enabled = true
Error on push:
$ git push origin HEAD:refs/for/master
Enter passphrase for key ...
Enumerating objects: 1, done.
Counting objects: 100% (1/1), done.
Writing objects: 100% (1/1), 250 bytes | 9.00 KiB/s, done.
Total 1 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Counting objects: 307747, done
remote: Processing changes: refs: 1, done
remote: commit d142790: Non-existing issue ids referenced in commit message
remote: The issue-ids
remote: * GD-67163
remote: are referenced in the commit message of
remote: d142790caba72dcdb3c78017082a3ce4c016dc0d,
remote: but do not exist in its-jira Issue-Tracker
To ssh://...
! [remote rejected] HEAD -> refs/for/master (commit d142790: Non-existing issue ids referenced in commit message)
error: failed to push some refs to 'ssh://...'
Have had to make its-jira optional for now.