Forums

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

JIRA service account (at least account email and a new API token)

Deepika.Kanaparthi
Contributor
March 23, 2023

Hello Team,

How to create a JIRA service account (at least account email and a new API token)

This service account and the API token created with it are going to be used to ingest JIRA data into redshift. This is for the DevOps project.

Can you please help me to create.

 

Thanks & Regards

Deepika

2 answers

1 vote
sukkeong
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 15, 2019

The closedsource-pom is Atlassian's closed source dependencies. If you are not able to resolve this dependency, you can edit the pom of the project and comment out this dependency.

eg.

<!--
<parent>
<groupId>com.atlassian.pom</groupId>
<artifactId>closedsource-pom</artifactId>
<version>5.0.21</version>
</parent>
-->
<groupId>com.atlassian.cpji</groupId>
0 votes
sukkeong
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 15, 2019

I believe the closedsource-pom is Atlassian's closed source dependencies. If your maven is unable to resolve this, you can try commenting it out in the POM file before trying again

 

e.g

<!--
<parent>
<groupId>com.atlassian.pom</groupId>
<artifactId>closedsource-pom</artifactId>
<version>5.0.21</version>
</parent>
-->
<groupId>com.atlassian.cpji</groupId>

Suggest an answer

Log in or Sign up to answer