You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/targets/jira.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ This event Target receives [CloudEvents][ce] and invokes a Jira endpoint.
5
5
## Prerequisites
6
6
7
7
1. Jira instance or Atlassian cloud tenant.
8
-
1. User API token
8
+
1. User API token.
9
9
10
10
To create the user API token at Jira:
11
11
12
12
- Open the Account settings > Security > [Create and manage API Tokens][api-tokens]
13
13
- Press `Create API token` and fill the token name.
14
-
- Copy the API token and create a Jira token at Triggermesh.
14
+
- Copy the API token and create a secret for the Jira token at Triggermesh.
15
15
16
16
Consult the [Secrets](../guides/secrets.md) guide for more information about how to add the secrets.
17
17
@@ -36,13 +36,13 @@ After submitting the bridge, and allowing some configuration time, a green check
36
36
37
37
The Jira target accepts these event types:
38
38
39
-
-`com.jira.issue/create`
39
+
-`com.jira.issue.create`
40
40
41
41
The Jira target will create an issue when receiving this event type. The CloudEvent data must contain a Jira issue JSON formated as defined at [this schema](../schemas/jira.issue.json)
42
42
43
43
Reply contains a a partially filled Jira issue with updated data.
44
44
45
-
-`com.jira.issue/get`
45
+
-`com.jira.issue.get`
46
46
47
47
The Jira target will retrieve an issue when receiving this event type. The CloudEvent data must contain a Jira Issue get request JSON formated as defined at [this schema](../schemas/jira.issue.get.json)
48
48
@@ -81,7 +81,7 @@ List assignable users to a project `PR1`
0 commit comments