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: 

How to use JIRA::Client::Automated with Jira Cloud and Tokens

saravanan subramanian
Contributor
November 27, 2024

Hi All,

 

I was able to use the below for Data Center, is there a way I can use it for Jira Cloud with Tokens?


Please help me out

 

 

JIRA::Client::Automated->new($url, $user, $passwd);

 

my $username = 'saravanan.subramanian@cmegroup.com';
my $password = 'AXXX';
my $base_url = 'https://cmegroup-sandbox-461.atlassian.net';

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
saravanan subramanian
Contributor
December 3, 2024

The below worked out well

my $jira=JIRA::Client::Automated->new($jira_url,$user_email,$api_token);

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events