Options Provider

for Bitbucket Server 7.0.0 - 7.21.4
2 installs
  • Unsupported

As we continue to move towards a cloud future together, new server app sales and installs are no longer available for customers. You can update app version via Atlassian Marketplace until the end of support for server on Feb 15, 2024. Learn more

Exposes a REST API endpoint for drop down lists

Exposes a REST API endpoint for Rundeck drop down lists.

Options provider JSON Format:

{"name": "<NAME>", "value": "<VALUE>", "selected": true/false, ...}

Examples:

<BitbucketServer>/rest/rundeck/1.0/options-provider/project

<BitbucketServer>/rest/rundeck/1.0/options-provider/project/<ProjectKey>/repos

<BitbucketServer>/rest/rundeck/1.0/options-provider/project/<ProjectKey>/repos/<RepoSlug>/refs

Use the "selected" param to set a selected value.

<BitbucketServer>/rest/rundeck/1.0/options-provider/project/<ProjectKey>/repos?selected=<selectedRepo>

Clone links JSON Format:

{"cloneLinks": {"<PROTOCOL>", "<CLONELINK>"}}

<BitbucketServer>/rest/rundeck/1.0/resources/project/<ProjectKey>/repos/<RepoSlug>/links

<BitbucketServer>/rest/rundeck/1.0/resources/project/<ProjectKey>/repos/<RepoSlug>/links?protocol=http

Privacy and security

Privacy policy

Atlassian's privacy policy is not applicable to the use of this app. Please refer to the privacy policy provided by this app's partner.

Partner privacy policy

Security

This app is not part of the Marketplace Bug Bounty program. Learn more

Resources