diff --git a/plugin.json b/plugin.json index 50e930871..aa9139ed4 100644 --- a/plugin.json +++ b/plugin.json @@ -1,5 +1,5 @@ { - "id": "com.mattermost.jira", + "id": "jira", "name": "Jira", "description": "Receives webhook events from JIRA and makes Mattermost posts for them.", "version": "1.0.2", diff --git a/server/manifest.go b/server/manifest.go index 916a5d619..29864ed28 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -4,6 +4,6 @@ var manifest = struct { Id string Version string }{ - Id: "com.mattermost.jira", + Id: "jira", Version: "1.0.2", }