Hello, I'm working on integrating GitHub Actions with Jira to generate Cycle Time Reports and have some questions regarding the implementation.
Our current development workflow is as follows:
After planning a new version, we immediately create a PR from release/1.0.x to main to consolidate all features for testing. We want the Jira development status to be triggered only when the release branch PR is merged into main, NOT upon PR creation or updates.
However, in testing the following workflow configuration, the development status isn't being properly created after code merging. Could you advise on how to resolve this?
when I use pull_request trigger, all things work fine