Hi all,
We have an onboarding workflow that spins up a few tickets for techs. Problem is we have an HR ticket that starts for Contractors and we don't need it to.
I only need the ticket for employees not outside contractors
How would I be able to get it to not open for them, but keep opening for the others?
I think this is what i need to change, but not sure.
{{ issue.fields["New Hire Type"].value == "Full-Time Employee" or issue.fields["New Hire Type"].value == "Part-Time Employee" }} or {{ issue.fields["New Hire Type"].value == "Intern" }}