Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow filter feeds for updating fields whose time change cannot be checked through the JQL #208

Open
chandler05 opened this issue May 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@chandler05
Copy link
Member

The Problem

If a filter feed were to be created for updating Mojang Priority, we wouldn't be able to check it properly because no check exists for the time that the field was updated

Possible Solution

I propose having an optional second jql that the config defines, in this case it would be the following:

previousJql: "Mojang Priority" is EMPTY AND resolution = unresolved
jql: "Mojang Priority" is not EMPTY AND resolution = unresolved

The previousJql would be searched every run, but it would only affect the next run

The bot would search for tickets using the jql, and then if that same ticket appeared from the previous run's previousJql search, then it would be posted because that means it was updated after the last run

@chandler05 chandler05 added the enhancement New feature or request label May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant