We have in our kanban, a custom field where we specify our version control, and I am in the process of making some charts of our root-cause analyzes. I have created a filter which searches for closed issue and which searches rootCauses. But I would like to have set it to a given start version/date. how will you do this? the filter itself works fine as it is now, but I would like it from a given start version and not from the start, And not have an end version/date
project = TNDK AND issuetype = ENV AND status = Closed AND "Root cause[Dropdown]" in ("Configuration error", "Software defect", "Requirement/solution gap", "Known PROD problem", "Offer configuration ", "Test data", "Application Maintenance", "Deployment error", "System knowledge gap", "Performance limitation", "TC execution error") ORDER BY created DESC
Resolved with "Created-date" and no end date.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.