RFR: SKARA-1096: New command and label for JEPs, similar to CSR [v2]

Erik Joelsson erikj at openjdk.java.net
Mon Apr 11 13:40:18 UTC 2022


On Sat, 9 Apr 2022 06:43:08 GMT, Guoxiong Li <gli at openjdk.org> wrote:

>> issuetracker/src/main/java/org/openjdk/skara/issuetracker/jira/JiraProject.java line 438:
>> 
>>> 436: 
>>> 437:     @Override
>>> 438:     public Optional<Issue> jepIssue(String jepId) {
>> 
>> Have you verified that this works?
>
> Not, I have not.
> 
> When I request the link `https://bugs.openjdk.java.net/rest/api/2/search?jql=project = JDK AND customfield_10701 = 11` locally, it reports `{"errorMessages":["Field 'customfield_10701' does not exist or you do not have permission to view it."],"errors":{}}`.
> 
> But when I request the link `https://bugs.openjdk.java.net/rest/api/2/search?jql=project = JDK AND type = JEP`, it returns the correct data.
> 
> It seems that my account don't have permission to search the field `customfield_10701`. Could I get your help to verify it?

Where did you find the name of the field?

-------------

PR: https://git.openjdk.java.net/skara/pull/1297


More information about the skara-dev mailing list