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

Commit 5b2f463

Browse files
committed
update Jira type prefix
1 parent 0c0ad05 commit 5b2f463

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/targets/jira.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ 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+
- `io.triggermesh.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+
- `io.triggermesh.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

4949
Reply data contains a Jira issue.
5050

51-
- `com.jira.custom`
51+
- `io.triggermesh.jira.custom`
5252

5353
The Jira target will request the Jira API when this event type is received. The CloudEvent data expects a generic API request definition as defined at [this schema](../schemas/jira.custom.json).
5454

@@ -58,7 +58,7 @@ Please, refer to the [Jira API][jira-api] on how to fill in values for these req
5858

5959
Do a custom request to retrieve Jira projects:
6060

61-
* event type: `com.jira.custom`
61+
* event type: `io.triggermesh.jira.custom`
6262
* data:
6363
```json
6464
{
@@ -69,7 +69,7 @@ Do a custom request to retrieve Jira projects:
6969

7070
List assignable users to a project `PR1`
7171

72-
* event type: `com.jira.custom`
72+
* event type: `io.triggermesh.jira.custom`
7373
* data:
7474
```json
7575
{
@@ -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: `io.triggermesh.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: `io.triggermesh.jira.issue.get`
109109
* data:
110110
```json
111111
{"id":"IP-9"}

0 commit comments

Comments
 (0)