cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA REST API connection with BluePrism

Anonymous
Not applicable
Hi, Have someone ever used Atlassian's JIRA REST API for automating in BluePrism? First of all, I would like to login, then create a ticket. I'm trying to use Webservices REST's Post action for this, but cannot work. Could someone give me detailed information? Thank you in advance! KR, Peter
7 REPLIES 7

Hi Peter,

What error message are you getting when trying to post the issue? It could be that you aren't using the correct authentication or that you are missing fields from your body that are needed to create a ticket in a project.

I have used the REST API to automate JIRA so I can see where you would need to change your body or parameters.

Could you show me what parameters, authentication and message body you are posting?

Best Regards,

Ronan



------------------------------
Ronan Considine
------------------------------
Ronan Considine Senior Business Analyst Blue Prism

Hi Ronan,

I am trying to create a new JIRA ticket using the rest API in BLUE PRISM, and I am using the below configuration as per the screenshot.

But I am getting below error as mentioned in the below screenshot.

Could you please help me understand where is the issue? 

Thank you for your help.

24312.png

I am using my free Jira version  and the "End Point URL" in the below format:

24313.png
24314.png

For BASIC Authentication:  I am using the Email ID and password that I used to create the free JIRA account:

24315.png

I am using the request body to create a new issue as below:
24316.png

------------------------------
Sourabh Saha
Consultant
T-Systems
ASIA/PUNE
------------------------------

Hi Sourabh,
Did you get any workaround on this, Even i am facing similar issue

Thanks& Regards,
Sivaranjani Singaravel,
Software Engineer at Accenture
Asia/Bangalore

------------------------------
sivaranjani singaravel
Assistance Software Engineer
accenture
Asia/Kolkata
------------------------------

Hi @SourabhSaha,

​From the example in the Jira REST API documentation, they specify id as opposed to name for the issuetype. You might give that a try.

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-post

Cheers,
 


------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

Hi Peter,
Could you share the API or snips if possible I am totally stuck in this.

Thanks!!

------------------------------
sivaranjani singaravel
Assistance Software Engineer
accenture
Asia/Kolkata
------------------------------

@sivaranjanising,

You can find information about the JIRA REST API v2 (the current prod release) at the link below:

https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/

They have a v3, but I believe it's still in beta.

Cheers,



------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

Hi Sourabh,
                        Did you resolve that problem? We also want to integrate our robots with Xray. I also have one additional question. How you create in Blueprism report which is accepted by Xray?