Clarity

  • 1.  Code to call API REST JIRA from Gel

    Posted Nov 27, 2017 04:06 AM

    Hello team

    We need to integrate some objects with Jira application and we need to create these objects on Jira when they are created on Clarity PPM. Administrators from Jira have told us that we need to call to this url:

    https://jira.alm.elcorteingles.pre/rest/api/2/issue

     

    and use this JSON:

                                { 

       "fields":{ 

          "project":{ 

             "id":"11100"

          },

          "summary":"INICIATIVA DESDE PPM",

          "issuetype":{ 

             "id":"10801"

          },

          "description":"INICIATIVA DESDE PPM CON API REST",

                                "reporter": {

                                              "name": "jjgarcia.merino"

                                }

       }

    }

     

    How can we call to this code from a Clarity PPM process using GEL ?

     

    Thanks !!



  • 2.  Re: Code to call API REST JIRA from Gel
    Best Answer

    Posted Nov 28, 2017 12:14 AM

    Hi oficinadeproyectossieci 


    yes you can call Jira's REST API from clarity process via gel, I have used gel script for processing Clarity PPM REST API, you can use that as a reference code, please follow this link >>>GEL Script consuming CA PPM REST API 

     

    Regards,

    Prashank Singh



  • 3.  Re: Code to call API REST JIRA from Gel

    Posted Nov 28, 2017 05:16 AM

    Thanks, I will use it as a reference code. I hope it works correctly. By the moment, I am not able to check it because we are waiting to install two digital certificates. I will say something then.