Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Want to get pull request detail using the CLIENT_KEY and SHARED_SECRET created the connect app

Test
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 12, 2025

 

 

Requirement : need to fetch pull request detail using CLIENT_KEY AND SHARED_SECRET KEY 

This is my json file

 

{
  "key": "bitbucket-pr",
  "name": "Bitbucket PR",
  "description": "All Pull Request activities in Bitbucket",
  "version": "1.0.0",
  "lifecycle": {
      "installed": "/installed",
      "uninstalled": "/uninstalled"
  },
  "authentication": {
      "type": "jwt"
  },
  "scopes": [
      "repository:write",
      "pullrequest",
      "pullrequest:write",
      "webhook",
      "account"
  ],
  "modules": {
      "webhooks": [
          {
              "event": "pullrequest:created",
              "url": "/pullrequest-created"
          },
          {
              "event": "pullrequest:updated",
              "url": "/pullrequest-updated"
          },
          {
              "event": "pullrequest:fulfilled",
              "url": "/pullrequest-merged"
          },
          {
              "event": "pullrequest:rejected",
              "url": "/pullrequest-declined"
          },
          {
              "event": "pullrequest:approved",
              "url": "/pullrequest-approved"
          },
          {
              "event": "pullrequest:unapproved",
              "url": "/pullrequest-unapproved"
          },
          {
              "event": "pullrequest:comment_created",
              "url": "/comment-created"
          },
          {
              "event": "pullrequest:comment_deleted",
              "url": "/comment-deleted"
          },
          {
              "event": "pullrequest:comment_resolved",
              "url": "/comment-resolved"
          },
          {
              "event": "pullrequest:comment_reopened",
              "url": "/comment-reopened"
          }
      ]
  }
}

CLIENT_KEY and SHARED_SECRET

1 answer

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 15, 2025

Hi and welcome to the community!

I haven't been involved with app development so I can't help with your question. I just wanted to let you know that we have a community specifically for developers, and I would suggest posting your question there.

This is the link to the Bitbucket developer community:

You can select the appropriate category depending on which product you use (Bitbucket Cloud, Server, or Data Center) and create a question there.

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events