Hello Team,
We are looking to integrate Peoplesoft tool (Phire) with Jira.
1. Where a webservice call should get triggered on certain event from Jira with specific data(Jira field data) to Peoplesoft tool (Phire).
2. Peoplesoft tool (Phire) should make a call back to Jira project through Jira web service.
3. Jira project workflow status should get updated on the data provided by Peoplesoft tool (Phire).
Please let us know how to integarte Peoplesoft tool (Phire) with Jira. Let us know in case you need more information from us.
Thanks & Regards,
Sachin Pawar
I would say you're going to need some bespoke code and config to do this. Specifically, I would look at
1. Webhooks in JIRA can poke data into other systems over URLs on events.
2. Phire can use JIRA's REST API to read data from JIRA whenever it needs it - not just issues, but searching and so-on
3. Phire can use JIRA's REST API to write data to JIRA whenever it needs to, including triggering workflow transitions
What is the JIRA's REST API to write data to JIRA like updating the workflow status and assigned to from a third party system like Phire(PeopleTools).
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.