As I understood it, once a branch is 'frozen', it should only
appear
in
ds_my_freeze_unresolved, and not also in ds_my_next_master_unresolved.
This is so that people who are 100% done with beta1 can move on to
beta2
tasks without having to make changes to their dashboard all the time.
As of right now, these two queries are identically returning beta1
items, and so I have wasted real-estate (two identical queries) and
cannot see my beta2 tasks.
fixed it as discussed on irc. Was missing filtering on frozen state.
I did a check on
https://github.com/maxandersen/jiralint/blob/master/constants.json and
https://github.com/maxandersen/jiralint/blob/master/filters-composite.json
and was unable to see the String 'beta' anywhere, so I'm unable to
create a pull request to update the filters. So I'm doing manual
queries
all day long now ;) Plz to fix. kthnx.
The filters has no idea what 'beta' is; its all based on start dates,
wether
it is released and if it is code frozen.
The definition for what "next" is is here:
https://github.com/maxandersen/jiralint/blob/master/constants.json#L38
notice the pattern that are used to say the candiates are everything
that is in 4.3.<something> but NOT in the .x version.
/max
http://about.me/maxandersen