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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,19 +36,19 @@ 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
+
-`io.triggermesh.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
+
-`io.triggermesh.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
49
49
Reply data contains a Jira issue.
50
50
51
-
-`com.jira.custom`
51
+
-`io.triggermesh.jira.custom`
52
52
53
53
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).
54
54
@@ -58,7 +58,7 @@ Please, refer to the [Jira API][jira-api] on how to fill in values for these req
58
58
59
59
Do a custom request to retrieve Jira projects:
60
60
61
-
* event type: `com.jira.custom`
61
+
* event type: `io.triggermesh.jira.custom`
62
62
* data:
63
63
```json
64
64
{
@@ -69,7 +69,7 @@ Do a custom request to retrieve Jira projects:
69
69
70
70
List assignable users to a project `PR1`
71
71
72
-
* event type: `com.jira.custom`
72
+
* event type: `io.triggermesh.jira.custom`
73
73
* data:
74
74
```json
75
75
{
@@ -81,7 +81,7 @@ List assignable users to a project `PR1`
0 commit comments