I want to set the automation rule for Epic issue to auto change the status when start date is started.
You can do this, but it will depend on what you mean by "start date is started".
You need to be able to query for the epics you want - so your query will probably need to include something like "Issuetype in (EPIC) AND Start date[Date]" >= -1d " - you'll want to play with the -1d and set it to something you're comfortable with, use the basic query interface to specify the date/time you want, then switch to the advanced view to get the JQL you'll use in the next bit).
Once you're able to accurate query for the Epics you're expecting to change, you can set up a Scheduled automation to run whenever you like (daily?) and automatically transition those <query results> to whatever you want.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.