mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
parent
616d5ddc93
commit
54035d5c59
1 changed files with 4 additions and 2 deletions
|
@ -31,7 +31,7 @@ options:
|
||||||
operation:
|
operation:
|
||||||
required: true
|
required: true
|
||||||
aliases: [ command ]
|
aliases: [ command ]
|
||||||
choices: [ create, comment, edit, fetch, transition ]
|
choices: [ create, comment, edit, fetch, transition , link ]
|
||||||
description:
|
description:
|
||||||
- The operation to perform.
|
- The operation to perform.
|
||||||
|
|
||||||
|
@ -201,13 +201,15 @@ EXAMPLES = """
|
||||||
name: '{{ issue.meta.fields.creator.name }}'
|
name: '{{ issue.meta.fields.creator.name }}'
|
||||||
comment: '{{ issue.meta.fields.creator.displayName }}'
|
comment: '{{ issue.meta.fields.creator.displayName }}'
|
||||||
|
|
||||||
|
# You can get list of valid linktypes at /rest/api/2/issueLinkType
|
||||||
|
# url of your jira installation.
|
||||||
- name: Create link from HSP-1 to MKY-1
|
- name: Create link from HSP-1 to MKY-1
|
||||||
jira:
|
jira:
|
||||||
uri: '{{ server }}'
|
uri: '{{ server }}'
|
||||||
username: '{{ user }}'
|
username: '{{ user }}'
|
||||||
password: '{{ pass }}'
|
password: '{{ pass }}'
|
||||||
operation: link
|
operation: link
|
||||||
linktype: Relate
|
linktype: Relates
|
||||||
inwardissue: HSP-1
|
inwardissue: HSP-1
|
||||||
outwardissue: MKY-1
|
outwardissue: MKY-1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue