Closed Bug 902595 Opened 11 years ago Closed 11 years ago

wiki bugzilla template and partial values in a field

Categories

(Websites :: wiki.mozilla.org, defect)

Beta
x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: karlcow, Unassigned)

References

()

Details

I'm using the bugzilla template in the wiki on some pages to drive community efforts on specific sections of bugzilla. In the Web compatibility effort we are using a lot whiteboard keywords as tags to group issues.

This will display all bugs *starting* by [uaoverride]

<bugzilla>
  {"quicksearch":       "status:new,assigned,reopened,unconfirmed",
   "product":           "Tech Evangelism", 
   "component":         "Mobile",
   "status_whiteboard": "[uaoverride]"}
</bugzilla>

But if I do the following nothing will be displayed.

<bugzilla>
  {"quicksearch":       "status:new,assigned,reopened,unconfirmed",
   "product":           "Tech Evangelism", 
   "component":         "Mobile",
   "status_whiteboard": "[country-es]"}
</bugzilla>

So basically "status_whiteboard": "value" seems to be

^value.*

and not 

.*value.*

It would be a lot better if we could have something such as

"status_whiteboard": "value1, value2"

which would lead to 

value1 AND value2

If it's possible that would be great.
Thanks.
Already possible :) Just add "status_whiteboard_type":"allwordssubstr" to JSON.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
(although this may not meet the full use case? Ideally, we'd have something like "status_whiteboard contains '[country-es]' and status_whiteboard doesn't contain '[sitewait]'" for this list.. is that possible? If not we still have a feature request here and I closed the bug prematurely..)
You need to log in before you can comment on or make changes to this bug.