Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit a8d7e0c

Browse files
committed
replace / character at types
1 parent 36ed4e9 commit a8d7e0c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/targets/jira.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ This event Target receives [CloudEvents][ce] and invokes a Jira endpoint.
55
## Prerequisites
66

77
1. Jira instance or Atlassian cloud tenant.
8-
1. User API token
8+
1. User API token.
99

1010
To create the user API token at Jira:
1111

1212
- Open the Account settings > Security > [Create and manage API Tokens][api-tokens]
1313
- 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.
1515

1616
Consult the [Secrets](../guides/secrets.md) guide for more information about how to add the secrets.
1717

@@ -36,13 +36,13 @@ After submitting the bridge, and allowing some configuration time, a green check
3636

3737
The Jira target accepts these event types:
3838

39-
- `com.jira.issue/create`
39+
- `com.jira.issue.create`
4040

4141
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)
4242

4343
Reply contains a a partially filled Jira issue with updated data.
4444

45-
- `com.jira.issue/get`
45+
- `com.jira.issue.get`
4646

4747
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)
4848

@@ -81,7 +81,7 @@ List assignable users to a project `PR1`
8181

8282
Create an issue
8383

84-
* event type: `com.jira.issue/create`
84+
* event type: `com.jira.issue.create`
8585
* data:
8686
```json
8787
{
@@ -105,7 +105,7 @@ Create an issue
105105

106106
Retrieve an issue:
107107

108-
* event type: `com.jira.issue/get`
108+
* event type: `com.jira.issue.get`
109109
* data:
110110
```json
111111
{"id":"IP-9"}

0 commit comments

Comments
 (0)