Currently, I can only set "Flagged" and "Un Flagged" like a on off switch
I am looking for a feature, where, We will have different statuses indicating the processes like
flagged->in process->closed , then we can define reactions in rules
Any once can suggest me something

Comments

joachim’s picture

Status: Active » Closed (won't fix)

That's outside the scope of flag I'm afraid: the flagging table doesn't even store a value, it just *exists*.

You might want to look at using a field with a list value.
Alternatively, you could maybe chain flags together so flag B is only available when flag A is set, and flagging with B removes flag A. That would be interesting... but perhaps not the best way.