-
It only works if
project-ais ancestor ofproject-bor vice versa. This is by design for performance reason. -
Another reason is for security consideration. Person with permission to push repository can fix issues in the whole hierarchy, but not for unrelated projects.
-
Hmm I see. Unfortunately in my case
project-aandproject-bare sibling projects however they share a common ancestor.company |--- apps |--- project-a |--- other |--- project-bDevelopers have code write access on everything below
company. Non-developers have only read access to selected leaf projects. So I thought that automatic issue closing should work. -
Previous Value Current Value Open
Closed
| Type |
Question
|
| Priority |
Normal
|
| Assignee |
Issue Votes (0)
I have configured an issue state transition to
committedstate when code is committed to branches master, main, dev. This works well within the project, however a commit inproject-awith messageResolves issue company/group/project-b#1 Some Textdoes not seem to trigger the state transition forissue #1inproject-b.Is that expected behavior?