Native YAML - web_infrastructure/jira.py (#18832)
parent
21940f8c8e
commit
b811350f00
|
@ -202,8 +202,14 @@ EXAMPLES = """
|
|||
comment: '{{ issue.meta.fields.creator.displayName }}'
|
||||
|
||||
- name: Create link from HSP-1 to MKY-1
|
||||
jira: uri={{server}} username={{user}} password={{pass}} operation=link
|
||||
linktype=Relate inwardissue=HSP-1 outwardissue=MKY-1
|
||||
jira:
|
||||
uri: '{{ server }}'
|
||||
username: '{{ user }}'
|
||||
password: '{{ pass }}'
|
||||
operation: link
|
||||
linktype: Relate
|
||||
inwardissue: HSP-1
|
||||
outwardissue: MKY-1
|
||||
|
||||
# Transition an issue by target status
|
||||
- name: Close the issue
|
||||
|
|
Loading…
Reference in New Issue