RFR: SKARA-1096: New command and label for JEPs, similar to CSR [v11]
Magnus Ihse Bursie
ihse at openjdk.java.net
Wed Apr 20 21:02:43 UTC 2022
On Wed, 20 Apr 2022 18:28:56 GMT, Guoxiong Li <gli at openjdk.org> wrote:
>> Hi all,
>>
>> This patch implements the features about the `/jep` command and JEP bot. The detailed designs and discussions are listed at [1][2].
>>
>> Thanks for taking the time to review.
>>
>> Best Regards,
>> -- Guoxiong
>>
>> [1] https://mail.openjdk.java.net/pipermail/skara-dev/2021-December/005481.html
>> [2] https://mail.openjdk.java.net/pipermail/skara-dev/2022-March/005770.html
>
> Guoxiong Li has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix log.
Thanks for fixing `handle`! Looks much better now.
issuetracker/src/main/java/org/openjdk/skara/issuetracker/jira/JiraProject.java line 39:
> 37: public static final String RESOLVED_IN_BUILD = "customfield_10006";
> 38: public static final String SUBCOMPONENT = "customfield_10008";
> 39: public static final String JEP_NUMBER = "customfield_10701";
Don't think this is needed anymore?
-------------
PR: https://git.openjdk.java.net/skara/pull/1297
More information about the skara-dev
mailing list