Modify ↓
Opened 10 years ago
Closed 10 years ago
#323 closed defect (invalid)
priority keyword from email subject line does not get set
Reported by: | milki | Owned by: | bas |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | email2trac | Version: | 2.7.0 |
Keywords: | Cc: |
Description
Sending an email using the subject line to set the priority doesn't work for me.
We have priority configured as follows: 0 Drop everything 1 Do now 2 Do next 3 Nice to have
I've attempted to set any number of values for the priority in the subject line
#?priority=1 #?priority=1 Do now #?priority=high #?priority="1 Do now"
Whatever I try, I can't get the new trac tickets to have the priority I want.
I have been able to set other properties: owner, component, type, etc. Only version fails to be set to a non-default value.
Suggestions on what I'm doing wrong or if there's a bug?
Attachments (0)
Change History (1)
comment:1 Changed 10 years ago by anonymous
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
After verifying with the api, the priority strings were corrected to be exact and now work.