Hi,
I want to enable the "Jira issue commit checker" value as "Must contain a Jira issue key" option in bitbucket project or repository. I can do it by GUI. But I need an API to do that action.
I am using Bitbucket version as v8.9.1 currently. In the latest REST API documentation I didn't find that kind of information.
Can you help for that? Thank you :)
From my findings you can use this:
PUT on:
https://your.git.org/rest/jira-commit-checker/latest/projects/PROJECTKEY/repos/REPOSITORYKEY
Payload:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.