My team has a JIRA account and I have been tasked with coming up with a solution for getting the report data to display on a page in our WordPress site. I've tried a few different methods thus far with limited success, but wanted to back up and get an opinion on the best way to approach this.
Is this something that can be done with a custom JIRA add-on? Is RSS the way to go? SOAP/XML?
Extracting data out of JIRA over REST is going to be the best option for a "pull" (Wordpress asks JIRA for data) although RSS is also a good option (SOAP won't work, deprecated in JIRA 6.4)
For a "push" (JIRA pokes your Wordpress), there's several options, but I don't know Wordpress, so I can't tell you what it might accept from JIRA. Webhooks are going to be the main one for Cloud, although I imagine a Connect add-on could be used as well.
Wondering if you ever figured this out? I am trying to do the same thing, using the REST API, but not having a lot of success getting it to display the data in WP.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.