hi, our team is using bitbucket pipeline,
and pipeline only runs on 'dev' or 'test' or 'prod' branch
we naming feature branches with issue key. (ex. JIRA-123)
and commit message has issue key too. (ex. feat: [JIRA-123] commit message)
but jira can't detect its build.
I think it's because the pipeline only runs on 'dev' or 'test' or 'prod' branch. (it has no issue key)
is it right?
and I want trigger automation when build successful.
help me? 🥹
or
automation rules that I made can detect 'pull request merged'
but we have multiple commits in single PR, so automation runs multiple times.
can I control automation executions? (if automation runs in same PR once, can I stop automation?)