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
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>
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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.