[xwiki-devs] JIRA dashboard for XE/XEM 3.3 - needs update
Hi Sergiu, Could you update the 3.3 JIRA dashboard: http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=10590 so that it uses the filter I've shared for 3.3 issues: http://jira.xwiki.org/secure/IssueNavigator.jspa?mode=hide&requestId=11192 Thanks -Vincent
On 11/17/2011 05:21 AM, Vincent Massol wrote:
Hi Sergiu,
Could you update the 3.3 JIRA dashboard: http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=10590
so that it uses the filter I've shared for 3.3 issues: http://jira.xwiki.org/secure/IssueNavigator.jspa?mode=hide&requestId=11192
Sure, but I don't think the query is optimal. If you look at it, there's no real link between the version and the project, since it's always specified by name, "3.3-milestone-2", which resolves to any of the 3.3-milestone-2 versions defined. So it should be enough to write it as: project in (XCOMMONS, XRENDERING, XWIKI, XE, XEM) and fixVersion in ("3.3-milestone-1", "3.3-milestone-2", "3.3-rc-1", "3.3") and resolution in ("Fixed") Currently this does mean the same as category = 'TLP', but I understand your concern that we might add more projects in TLP with their own versions, which might one day insert themselves in the 3.3 dashboard accidentally, breaking the statistics. -- Sergiu Dumitriu http://purl.org/net/sergiu/
On Nov 17, 2011, at 7:15 PM, Sergiu Dumitriu wrote:
On 11/17/2011 05:21 AM, Vincent Massol wrote:
Hi Sergiu,
Could you update the 3.3 JIRA dashboard: http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=10590
so that it uses the filter I've shared for 3.3 issues: http://jira.xwiki.org/secure/IssueNavigator.jspa?mode=hide&requestId=11192
Sure, but I don't think the query is optimal. If you look at it, there's no real link between the version and the project, since it's always specified by name, "3.3-milestone-2", which resolves to any of the 3.3-milestone-2 versions defined. So it should be enough to write it as:
project in (XCOMMONS, XRENDERING, XWIKI, XE, XEM) and fixVersion in ("3.3-milestone-1", "3.3-milestone-2", "3.3-rc-1", "3.3") and resolution in ("Fixed")
Updated! Thanks -Vincent
Currently this does mean the same as category = 'TLP', but I understand your concern that we might add more projects in TLP with their own versions, which might one day insert themselves in the 3.3 dashboard accidentally, breaking the statistics. -- Sergiu Dumitriu http://purl.org/net/sergiu/
On 11/17/2011 02:02 PM, Vincent Massol wrote:
On Nov 17, 2011, at 7:15 PM, Sergiu Dumitriu wrote:
On 11/17/2011 05:21 AM, Vincent Massol wrote:
Hi Sergiu,
Could you update the 3.3 JIRA dashboard: http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=10590
Updated!
so that it uses the filter I've shared for 3.3 issues: http://jira.xwiki.org/secure/IssueNavigator.jspa?mode=hide&requestId=11192
Sure, but I don't think the query is optimal. If you look at it, there's no real link between the version and the project, since it's always specified by name, "3.3-milestone-2", which resolves to any of the 3.3-milestone-2 versions defined. So it should be enough to write it as:
project in (XCOMMONS, XRENDERING, XWIKI, XE, XEM) and fixVersion in ("3.3-milestone-1", "3.3-milestone-2", "3.3-rc-1", "3.3") and resolution in ("Fixed")
Updated!
Thanks -Vincent
Currently this does mean the same as category = 'TLP', but I understand your concern that we might add more projects in TLP with their own versions, which might one day insert themselves in the 3.3 dashboard accidentally, breaking the statistics. -- Sergiu Dumitriu http://purl.org/net/sergiu/
-- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (2)
-
Sergiu Dumitriu -
Vincent Massol