A Entity property cannot be found by rest / IssuePropertyService

Deleted user October 22, 2017

I'd like to get the count of commits attached to a issue (and if possible all of the hashes of the commits). But finding a way to get them seems hard.

I've tried two ways, but both yield in nothing:

 

The property development cannot be found by rest:

http://localhost:2990/jira/rest/api/2/issue/YXAC-2/properties/development

{
"errorMessages": [
"The property development does not exist."
],
"errors": {}
}

And also 

this.service.getPropertiesKeys(applicationUser, currentIssue.getId());

and

this.service.getProperty(applicationUser, currentIssue.getId(), "development");

returns an empty dataset.

 

But using this JQL works perfectly.

issue.property[development].commits

Sadly the data is not obtainable over JQL for me.

 

 

Is there an api to get the attached commits?

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events