Hi everyone,
I would like to give you an update on the recently discussed Jira Process and Bot. The implementation is tracked in Jira [1] and the new process has already been documented in Confluence [2]. The Flink Jira Bot is implemented in a separate repository [3], which contains the details of the rules that the bot implements. It runs via Github Actions, twice daily. This is still work in progress, but the Flink Jira Bot will go live today with the first rule (if everything goes as planned). I will implement the other rules in the course of the next two weeks. So, don't be surprised when you see more and more Flink Jira Bot activity in our Jira. Please let me know if you have any questions. Cheers, Konstantin -- Konstantin Knauf https://twitter.com/snntrable https://github.com/knaufk |
I think you forgot to add the links.
On 4/14/2021 11:25 AM, Konstantin Knauf wrote: > Hi everyone, > > I would like to give you an update on the recently discussed Jira Process > and Bot. The implementation is tracked in Jira [1] and the new process has > already been documented in Confluence [2]. > > The Flink Jira Bot is implemented in a separate repository [3], which > contains the details of the rules that the bot implements. It runs via > Github Actions, twice daily. > > This is still work in progress, but the Flink Jira Bot will go live today > with the first rule (if everything goes as planned). I will implement the > other rules in the course of the next two weeks. So, don't be surprised > when you see more and more Flink Jira Bot activity in our Jira. > > Please let me know if you have any questions. > > Cheers, > > Konstantin > |
Thank you, Chesnay. Here we go again:
Hi everyone, I would like to give you an update on the recently discussed Jira Process and Bot. The implementation is tracked in Jira [1] and the new process has already been documented in Confluence [2]. The Flink Jira Bot is implemented in a separate repository [3], which contains the details of the rules that the bot implements. It runs via Github Actions, twice daily. This is still work in progress, but the Flink Jira Bot will go live today with the first rule (if everything goes as planned). I will implement the other rules in the course of the next two weeks. So, don't be surprised when you see more and more Flink Jira Bot activity in our Jira. Please let me know if you have any questions. Cheers, Konstantin -- Konstantin Knauf https://twitter.com/snntrable https://github.com/knaufk [1] https://issues.apache.org/jira/browse/FLINK-22026 [2] https://cwiki.apache.org/confluence/display/FLINK/Flink+Jira+Process [3] https://github.com/apache/flink-jira-bot On Wed, Apr 14, 2021 at 11:28 AM Chesnay Schepler <[hidden email]> wrote: > I think you forgot to add the links. > > On 4/14/2021 11:25 AM, Konstantin Knauf wrote: > > Hi everyone, > > > > I would like to give you an update on the recently discussed Jira Process > > and Bot. The implementation is tracked in Jira [1] and the new process > has > > already been documented in Confluence [2]. > > > > The Flink Jira Bot is implemented in a separate repository [3], which > > contains the details of the rules that the bot implements. It runs via > > Github Actions, twice daily. > > > > This is still work in progress, but the Flink Jira Bot will go live today > > with the first rule (if everything goes as planned). I will implement the > > other rules in the course of the next two weeks. So, don't be surprised > > when you see more and more Flink Jira Bot activity in our Jira. > > > > Please let me know if you have any questions. > > > > Cheers, > > > > Konstantin > > > > -- Konstantin Knauf | Head of Product +49 160 91394525 Follow us @VervericaData Ververica <https://www.ververica.com/> -- Join Flink Forward <https://flink-forward.org/> - The Apache Flink Conference Stream Processing | Event Driven | Real Time -- Ververica GmbH | Invalidenstrasse 115, 10115 Berlin, Germany -- Ververica GmbH Registered at Amtsgericht Charlottenburg: HRB 158244 B Managing Directors: Yip Park Tung Jason, Jinwei (Kevin) Zhang, Karl Anton Wehner |
So which rule exactly is now enabled? Is it Rule 3 (because it is the
only one listed as implemented under https://github.com/apache/flink-jira-bot#about-the-rules)? > An unresolved Minor ticket without an update for {stale.minor.stale_days} is closed after a warning period of {stale.minor.warning_days} with a comment that encourages > users to watch, comment and simply reopen with a higher priority if the problem insists. Why is the ticket for said rule still open? https://issues.apache.org/jira/browse/FLINK-22032 On 4/14/2021 12:06 PM, Konstantin Knauf wrote: > Thank you, Chesnay. Here we go again: > > Hi everyone, > > I would like to give you an update on the recently discussed Jira Process > and Bot. The implementation is tracked in Jira [1] and the new process has > already been documented in Confluence [2]. > > The Flink Jira Bot is implemented in a separate repository [3], which > contains the details of the rules that the bot implements. It runs via > Github Actions, twice daily. > > This is still work in progress, but the Flink Jira Bot will go live today > with the first rule (if everything goes as planned). I will implement the > other rules in the course of the next two weeks. So, don't be surprised > when you see more and more Flink Jira Bot activity in our Jira. > > Please let me know if you have any questions. > > Cheers, > > Konstantin > > -- > > Konstantin Knauf > > https://twitter.com/snntrable > > https://github.com/knaufk > > [1] https://issues.apache.org/jira/browse/FLINK-22026 > [2] https://cwiki.apache.org/confluence/display/FLINK/Flink+Jira+Process > [3] https://github.com/apache/flink-jira-bot > > On Wed, Apr 14, 2021 at 11:28 AM Chesnay Schepler <[hidden email]> > wrote: > >> I think you forgot to add the links. >> >> On 4/14/2021 11:25 AM, Konstantin Knauf wrote: >>> Hi everyone, >>> >>> I would like to give you an update on the recently discussed Jira Process >>> and Bot. The implementation is tracked in Jira [1] and the new process >> has >>> already been documented in Confluence [2]. >>> >>> The Flink Jira Bot is implemented in a separate repository [3], which >>> contains the details of the rules that the bot implements. It runs via >>> Github Actions, twice daily. >>> >>> This is still work in progress, but the Flink Jira Bot will go live today >>> with the first rule (if everything goes as planned). I will implement the >>> other rules in the course of the next two weeks. So, don't be surprised >>> when you see more and more Flink Jira Bot activity in our Jira. >>> >>> Please let me know if you have any questions. >>> >>> Cheers, >>> >>> Konstantin >>> >> |
Yes, only Rule 3.
> Why is the ticket for said rule still open? https://issues.apache.org/jira/browse/FLINK-22032 Because I forgot to close it yesterday. I am not so good with the Jira process myself apparently ;) On Wed, Apr 14, 2021 at 12:34 PM Chesnay Schepler <[hidden email]> wrote: > So which rule exactly is now enabled? Is it Rule 3 (because it is the > only one listed as implemented under > https://github.com/apache/flink-jira-bot#about-the-rules)? > > > An unresolved Minor ticket without an update for > {stale.minor.stale_days} is closed after a warning period of > {stale.minor.warning_days} with a comment that encourages > users to > watch, comment and simply reopen with a higher priority if the problem > insists. > > Why is the ticket for said rule still open? > https://issues.apache.org/jira/browse/FLINK-22032 > > On 4/14/2021 12:06 PM, Konstantin Knauf wrote: > > Thank you, Chesnay. Here we go again: > > > > Hi everyone, > > > > I would like to give you an update on the recently discussed Jira Process > > and Bot. The implementation is tracked in Jira [1] and the new process > has > > already been documented in Confluence [2]. > > > > The Flink Jira Bot is implemented in a separate repository [3], which > > contains the details of the rules that the bot implements. It runs via > > Github Actions, twice daily. > > > > This is still work in progress, but the Flink Jira Bot will go live today > > with the first rule (if everything goes as planned). I will implement the > > other rules in the course of the next two weeks. So, don't be surprised > > when you see more and more Flink Jira Bot activity in our Jira. > > > > Please let me know if you have any questions. > > > > Cheers, > > > > Konstantin > > > > -- > > > > Konstantin Knauf > > > > https://twitter.com/snntrable > > > > https://github.com/knaufk > > > > [1] https://issues.apache.org/jira/browse/FLINK-22026 > > [2] https://cwiki.apache.org/confluence/display/FLINK/Flink+Jira+Process > > [3] https://github.com/apache/flink-jira-bot > > > > On Wed, Apr 14, 2021 at 11:28 AM Chesnay Schepler <[hidden email]> > > wrote: > > > >> I think you forgot to add the links. > >> > >> On 4/14/2021 11:25 AM, Konstantin Knauf wrote: > >>> Hi everyone, > >>> > >>> I would like to give you an update on the recently discussed Jira > Process > >>> and Bot. The implementation is tracked in Jira [1] and the new process > >> has > >>> already been documented in Confluence [2]. > >>> > >>> The Flink Jira Bot is implemented in a separate repository [3], which > >>> contains the details of the rules that the bot implements. It runs via > >>> Github Actions, twice daily. > >>> > >>> This is still work in progress, but the Flink Jira Bot will go live > today > >>> with the first rule (if everything goes as planned). I will implement > the > >>> other rules in the course of the next two weeks. So, don't be surprised > >>> when you see more and more Flink Jira Bot activity in our Jira. > >>> > >>> Please let me know if you have any questions. > >>> > >>> Cheers, > >>> > >>> Konstantin > >>> > >> > > -- Konstantin Knauf | Head of Product +49 160 91394525 Follow us @VervericaData Ververica <https://www.ververica.com/> -- Join Flink Forward <https://flink-forward.org/> - The Apache Flink Conference Stream Processing | Event Driven | Real Time -- Ververica GmbH | Invalidenstrasse 115, 10115 Berlin, Germany -- Ververica GmbH Registered at Amtsgericht Charlottenburg: HRB 158244 B Managing Directors: Yip Park Tung Jason, Jinwei (Kevin) Zhang, Karl Anton Wehner |
Free forum by Nabble | Edit this page |