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';