search-issues-test/structure.json
Martin Donnelly c71e2cf0ee Init
2024-05-08 15:04:13 +01:00

72 lines
1.3 KiB
JSON

[
{
"mode" : {
"title" : "Project",
"accepted" : ".+",
"output" : "Project title {{$modifier}} {{$value}}",
"hint" : "Project title"
},
"modifiers" : [
{
"title" : "Is",
"accepted" : "is",
"output" : "IS",
"hint" : "Is Operator"
},
{
"title" : "Isn't",
"accepted" : "isn't",
"output" : "IS NOT",
"hint" : "Is Not Operator"
}
]
},
{
"mode" : {
"title" : "Assignee",
"accepted" : ".+",
"output" : "Assignee {{$modifier}} {{$value}}",
"hint" : "Assignee ID"
},
"modifiers" : [
{
"title" : "Is",
"accepted" : "is",
"output" : "IS",
"hint" : "Is Operator"
},
{
"title" : "Isn't",
"accepted" : "isn't",
"output" : "IS NOT",
"hint" : "Is Not Operator"
}
]
},
{
"mode" : {
"title" : "Creation Date",
"accepted" : ".+",
"output" : "Assignee is {{}}",
"hint" : "Assignee ID"
},
"modifiers" : [
{
"title" : "Is",
"accepted" : "is",
"output" : "IS",
"hint" : "Is Operator"
},
{
"title" : "Isn't",
"accepted" : "isn't",
"output" : "IS NOT",
"hint" : "Is Not Operator"
}
]
}
]