Skip to content

Commit

Permalink
JENKINS-49178 Update README to setup JIRA Cloud.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceilfors committed Apr 21, 2018
1 parent bb6e048 commit a4203aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -33,9 +33,10 @@ Check src/test/groovy/*AcceptanceTest to see how these features are expected to
1. Go to JIRA > Cog > System > Advanced > WebHooks (Requires admin permission)
2. Create a new Webhook
3. Set URL to: ${Jenkins URL}/jira-trigger-webhook-receiver/ e.g. http://localhost:8080/jenkins/jira-trigger-webhook-receiver/
4. Set Events to: _issue updated_
5. Do **not** check *Exclude body* as this plugin requires the JSON to operate
6. Save!
4. Enable _issue updated_ event
5. If you are on JIRA Cloud, enable _comment created_ event
6. Do **not** check *Exclude body* as this plugin requires the JSON to operate
7. Save!

To troubleshoot:

Expand Down

0 comments on commit a4203aa

Please sign in to comment.