Variables
Variables can be used to store and reuse values in Pipelines Forms. By storing a value as a variable, you can reference it in you forms configuration.
Last updated
Variables can be used to store and reuse values in Pipelines Forms. By storing a value as a variable, you can reference it in you forms configuration.
Last updated
- &example-remote-select-field
label: Remote Options With Auth
type: remote_select
name: EXAMPLE_REMOTE_SELECT
availableValues:
url: "https://hub.docker.com/v2/repositories/atlassian/jira-software/tags/?{{query}}"
path: "$.results.[*].{{path}}"
headers:
- user-name: {{user}}
- api-key: {{apiKey}}
- My-{{header}}: test
method: "{{method}}"
body: "{'test': '{{bodyValue}}'}"