In JIRA, I have a project I am filtering the issues with the date range 4/1/18 to 6/30/18, but after the filter is applied all issue created on 4/30/18 and 5/31/18 are missing
Hello,
Could you provide your filter JQL?
project = PQM AND issuetype = "PQM : Deviation" AND created >= 2018-04-01 AND created <= 2018-06-30 ORDER BY created DESC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you query these issues by any JQL? For example, issuekey = <key of the issue>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am using the basic filter search bar to search according to column types. Issue key is not an optional column type to search using this basic filter search. How do I format that search for the advanced search bar?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a button called advanced. Push it and you will be able to enter a JQL query
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I can query a missing issue key using the advanced search
project = PQM AND issuekey = "PQM-3710"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you sure that the isseutype of the missing issues is PQM:Deviation and they are in the PQM project?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The type says PQM: Deviation, would it show in the activity if someone created it as a different issue key and changed it to the deviation type?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It would show it in the history tab of the issue.
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.
You can find this info here:
https://confluence.atlassian.com/jira064/viewing-an-issue-s-change-history-720416460.html
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.