The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Invoke REST api call from a task

Unknown Name
May 8, 2017

I am trying to write a bamboo task that on execution must invoke a POST on an inhouse REST API that will triggers a job.

I have just finished setting up a dev environment and executing the "write a task with UI" successfully.

Please suggest how can I invoke a third party rest API from within a task?

I come from a spring dev background, can I use something like a RestTemplate inside the task?

Thanks, Mukul

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
devpartisan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 30, 2017

The Bamboo Java API provides a wrapper for the Apache HTTP Client in com.atlassian.bamboo.rest.utils. If you do need to use a library that you know better, just make sure to add the dependency to the plugin's pom.xml.

TAGS
AUG Leaders

Atlassian Community Events