Even I am interested to know this.
Please provide REST API details for reading the data for
https://Bitbucketinstance/plugins/servlet/scriptrunner/builtin?section=prehooks&project=ProjectKey&repos=Reposlug#com.onresolve.scriptrunner.canned.bitbucket.hooks.RequireValidJiraIssue
Script Pre Hooks --> Require commits to be associated with a JIRA issue --> EDIT --> JQL clause template
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And the Script pre - hook- Require commits to be associated with a JIRA issue was enabled using the add-on - "Adaptavist ScriptRunner for Bitbucket Server"
After adding this add-on we see the option such as Script Pre hooks, Script post hooks, Script Merge hooks, Script Event handlers for each of the repositories
I am intersted in listing out the Script Pre hooks ie,, the detail for `Require commits to be associated with a JIRA issue` using REST
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Caterina,
Are you using an add on for the "Require commits to be associated with a JIRA issue"? Maybe the Merge Checks one?
Yatheesh: yes right
I have already configured with Require commits to be associated with a JIRA issue as pre-hook.I would like to get the JQL Clause template detail from this pre-hook using REST API.
Can you guide me on how the add on itself will expose the REST API endpoint to retrieve those details.Can you share the API details for the same
I have not tried REST API Browser, and it is unsupported by Atlassian.
Thanks
Yatheesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Yatheesh Rai,
Are you using an add on for the "Require commits to be associated with a JIRA issue"? Maybe the Merge Checks one?
If that's the case, the add on itself would need to expose the REST API endpoint to retrieve those details.
Did you already try checking if any endpoint is listed in the REST API Browser?
Note: this is an additional add on that will need to be installed.
Cheers,
Caterina - Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Team,
I was able to list down the repository hooks using the below API
https://$bitbucketInstance/rest/api/1.0/projects/{$bitbucketProject}/repos/{$repository}/settings/hooks/
Same way i was looking for REST APIs which will list down the pre-recevie hooks (prehooks)
For example ,
In Script Pre hooks section I have a pre receive hook called `Require commits to be associated with a JIRA issue`
Using the pre hook API , I would like to fetch the form values under EDIT section of Require commits to be associated with a JIRA issue.
Let us say I want to get the value of `JQL Clause template`
Please help me on this using Bitbucket REST API. Thanks in advance
Thanks
Yatheesh
Thanks
Yatheesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Typo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.