Hello All
I have requirement in which i need to copy details of issue to some other tool ( Peoplsoft) to create a CR there.
I need guidance or any scripted post function which can work for this.
BR//
Vinay
That depends, how should this work, how should it be implemented, are we talking about a job or event listener, a post-function, etc. What kind of data Peoplsoft accepts, the content type, is there any authentication, do you require to do any data mapping (ids)? Would a simple webhook containing issue data work, does Peoplsoft have any webhook processors. Does the created CR require to be updated if issue is updated.
Anybody can send you the first example of a POST w/ groovy, but that's about it. It sounds to me that you have a requirement, but have not thought about what or how to do it. I mean this could be a primitive webhook or a full fledged integration, we don't know.
@Radek Dostál
Thanks for stepping in.
Just to brief, this should be a scripted post function in the Transition which will pull data from issue through Rest API and Post data into other tool to create CR with exact field values in JIRA issue.
Any suggestion most welcome.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then you can just make a webhook - https://developer.atlassian.com/server/jira/platform/webhooks/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, posted wrongly
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.