type= Test AND reporter = s.chawla.1 and Sprint = 3868
However results are not fetched. If I remopve the sprint, then am getting all the issues reported by me.
The query you have posted will show those issues reported by you that are assigned to the specified sprint, it does not mean they were created during that sprint. Is that what you require? If so you may need to search based on creation date.
I am getting all the tests and defects i.e. from all the sprints in my results. I want the results only for the current sprint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you clarify what you mean by "only for the current sprint"? If you mean defects that are assigned to the current sprint, you will need the Sprint field adding to your defects and you will need to make sure defects are assigned to a sprint.
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.
Does your Tests and Bug contains Sprint information?
Please verify on issue page.
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.
Then you should query based on test execution cycle and not on basis of Sprint.
What plugin are you using for Test Execution Cycle?
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.
I think testCycle is name field which store cycle name in Jira issue.
Please try this. I can't with exact query because we have custom plugin for test cases.
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.