I have committed list of changes and Pull Request Merged.I want to get the committed changes aganist particular jira with the PR as a rollout.How can i get that from bitbucket?
Thanks
Ramya
What do you mean by "rollout"?
If you mean deploying the new codebase to a staging / production systems, then you should use Bitbucket Pipelines for that. You can trigger the execution of a pipeline after a "pull request merged" event.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.