blob: 226cabfc99c52ca0724827fd35ff384246df3dd0 [file] [log] [blame]
== Jira API Example
This example shows how to use Jira Camel Endpoint to retrieve new comments, add issue and add an attachment.
=== How to run
You can run this example using
mvn compile exec:java
=== OAuth configuration
This example uses OAuth authentication mechanism, then you should set the verificationCode, privateKey, accessToken in "application.properties" file.
=== More information
You can find more information about Apache Camel at the website: http://camel.apache.org/
=== Help and contributions
If you hit any problem using Camel or have some feedback, then please
https://camel.apache.org/community/support/[let us know].
We also love contributors, so
https://camel.apache.org/community/contributing/[get involved] :-)
The Camel riders!