πCreate Forms
Last updated
groups:
- label: Important Forms
key: IMFO
fields:
- &test-text-field
label: Text field
type: text
name: TEST_TEXT_FIELD
note: This will appear as a description under the field
defaultValue: I am a test
mandatory: true
- &test-select-field
label: Select field
type: select
name: TEST_SELECT_FIELD
defaultValue: One
availableValues:
- One
- Two
- Three
forms:
- name: Test Jira form
fields:
- *test-text-field
- *test-select-field
pipeline: Demonstration pipeline
groups:
- IMFO