There is an error in your JQL in the second screenshot. It says:
Issuetype = "Net new page" AND Issuetype = "Update existing page"
That will never work as an issue type can only have one type. You should be able to solve this by replacing your filter with either of these options:
Issuetype = "Net new page" OR Issuetype = "Update existing page"
or:
Issuetype IN ("Net new page", "Update existing page")
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What happens when an issue is created with this SLA?
And do the issues raised match the JQL you've entered - i.e a Net New page or Update Existing page? As only these issue types have a target, all other issues are currently listed as "no target" on the second screenshot so would be NULL.
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ste Wright when the issue created it will be in 'Open' status and next status is 'Keyword Suggestion' I want to configure SLA where it should start counting in 'Open' status and stop when moved to 'Keyword suggestion' status. But the SLA is not starting the counting when issue is created or it is in open status
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is the issue you created one of the 2 issue types I mentioned?
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.