I’ve got a working sg-jira-bridge setup using the provided example syncers.
Task/Issue syncing is working. As is note/comment syncing.
One thing I noticed though is that Issues are not being linked to a parent “epic” Issue labelled after the tasks parent entity. Looking at the code, this feature should be working by default.
Can anyone confirm whether they get Asset syncing out of the box with sg-jira-bridge?
Another curiousity about this is that in the set-up guide, where it lists the fields to create in SG, there’s no mention of adding jira-key fields to any primary entities (eg Shot, Asset, etc). Surely if we’re creating parent Issues in Jira to map to SG Asset entities, we need a jira-key field on these entities?
Our use-case will require some re-writing of the hierarchy syncher to achieve the following hierarchy in Jira, but I’d like to get the default implementation working first before I start pulling things apart.
CustomEntity## → Jira Epic.
PipelineStep → Jira Issue (Story) linked to the above epic.
Task → Jira Subtask linked to the above Jira Issue.
Any help appreciated!