-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
JCMA - 1.7.5
-
Minor
Issue Summary
When doing a server to cloud migration in Jira, a Connect app's project_create webhooks are not called.
This is by design, however the documentation does not clearly indicate this, nor if any other webhooks are not called.
Steps to Reproduce
- Create a Connect app that has a webhook for project_created
"modules": { "webhooks": [ { "event": "project_created", "url": "/event" }, ...
- Migrate a Jira project from Server to Cloud
Expected Results
The webhook project_created is called or the documentation states this clearly that is it not called.
Actual Results
The webhook project_created is not called.
Workaround
In order to see the migrated projects, register for app migration and when you receive the listener-triggered webhook, you can poll this endpoint to receive the projects that were migrated for that tansferId
Form Name |
---|