all rules
setup procedure+*right+*structure
RichText :
- set hosting to [[Wagneer]]:
{{_left|closed}} - enter wagn in [[https://docs.google.com/spreadsheet/ccc?key=0AmNmxQNk6euHdFg5R3lnVG05a1d6cmFzMks2UTdBelE#gid=0 |spreadsheet]]
- create Wagn
from deploy branch:
~/dev/wagn/port/generate.rb name num [domain1 [, domain2]]
- send acceptance email:
{{_left+acceptance email|closed}}
- drop consultation bit if no consulting requested (boilerplate needed)
- drop payment message if payment already visible (boilerplate needed)
- drop domain thing if no domain given.
- Sanity check: click on link to make sure all is working before sending!
- Tell Ethan if additional consulting is requested.
not closed+*right+*structure
Search : {"found_by": "_left",
"not":{"right_plus": ["status", {"refer_to": "closed"}]}
}
+*type+*structure
notes for user+*right+*structure
Search : {"type": "Note",
"plus": ["who", {"refer_to":"_left"} ],
"sort":"create",
"dir":"desc"
}
open+*right+*structure
Search : {"found_by": "_left",
"right_plus": ["status", {"refer_to": "open"} ]
}
pending+*right+*structure
Search : {"found_by": "_left",
"right_plus": ["status", {"match": "pending"} ]
}
not tagged closed+*right+*structure
Search : {"found_by":"_left","not":{"plus":["tag",{"refer_to":"closed"}]}}
acknowledged+*right+*structure
Search : {"found_by": "_left",
"plus": ["status", {"match": "acknowledged"} ]
}
answered+*right+*structure
Search : {"found_by": "_left",
"right_plus": ["status", {"refer_to": "answered"} ]
}
can't reproduce+*right+*structure
Search : {"found_by": "_left",
"plus": ["status", {"match": "can't reproduce"} ]
}
ticket line view+*right+*structure
RichText :
{{_left+tags}}
{{_left+priority}}
{{_left+solution}}
{{_left+issue}}
{{_left+discussion}}
projects of this status+*right+*structure
Search : {"type": "Project",
"right_plus": ["project status", {"refer_to": "_left"} ]
}
Tag and status+*right+*structure
Search : {"right_plus":["tag", {"refer_to":"_LL"}], "plus":["status",{"refer_to":"_LR"}]}