I have synced the GH repo and Jira Board, but the branching and PR actions do not change the status of my issues on Jira. How can I implement this?
Hey Artur,
The GitHub-Jira sync for branch/PR status updates requires a bit more setup beyond just the basic repo sync. Here's what you need to check:
Smart Commits: Make sure you're using Jira smart commit syntax in your branch names, commit messages, or PR titles:
feature/PROJ-123-add-login
PROJ-123 #in-progress Fixed login bug
PROJ-123: Add user authentication
Workflow mapping: In your Jira project settings, check if your GitHub actions are mapped to Jira transitions:
GitHub integration settings:
Automation rules: You might need to create Jira automation rules to trigger on GitHub events if the default mapping isn't working.
Try creating a test branch with the issue key in the name and see if it shows up in the Development panel on your Jira issue.
Hit me up if you need help with the specific webhook configuration or automation rules
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.