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

Guoxiong Li gli at openjdk.java.net
Mon Apr 11 13:54:19 UTC 2022


On Mon, 11 Apr 2022 13:27:01 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> We already trust committers to handle /integrate on their own, this isn't about protecting against malicious committers.

I agree with you now and I will fix it later.

>> 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?

I opened a JEP issue in the browser and then pressed `F12` to get the HTML info which contains the field name.

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

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


More information about the skara-dev mailing list