Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • [Ubuntu 18.0] atlas-run fails retrieving maven-metadata from Atlassian.com : Java TrustAnchors issue

Clear the value of "Parent Link" field when creating a new issue

Abhishek Kalamkar
May 19, 2023

When creating a new issue, I need to clear the parent field. Parent link should be empty. 

I have tried multiple options like 

{
    "fields": {
        "parent": null  
    }
}

and 

 

{
"update" : {
"Parent Link" : [{"set": []}]
}
}

does not seems to work. 

can you please help to sort the issue out. 

 

 

1 answer

1 accepted

1 vote
Answer accepted
kevin conroy
Contributor
June 28, 2018

I know it's bad form to answer your own question, but in the spirit of helping others with this issue, but stackoverflow had this q&a

This pointed the finger at the format of cacerts, so I hacked atlas-run to add the following to the default maven options. This solved my problem.

-Djavax.net.ssl.trustStorePassword=changeit

 

As I know little about what this does/did or why it was broken in the first place, I put this up for those smarter than me to add their advice

Suggest an answer

Log in or Sign up to answer