I am looking to add a label to a card when the issue type changes (is moved) from a feature request type into an epic/story. But I don't know how to check if it was a feature request type prior to the trigger (the issue type field change).
Does this work?
Create two rules:
Oh...forgot to add condition in second rule to check if Labels contains FeatReq
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Jack,
I ended up having a required field of which team the requester is apart of on the feature request screen, and using that as the condition for when the issue type changes to add the label. It works only because that field isn't on any other type, so doesn't run the risk of not being empty for the other issue types.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.