I want to fetch all the issue in the sprint which are attached to the story but not with the sprint. the bug which blocks the story in the current sprint.
linkedIssue in linkedIssues(issuetype in (Bug) AND Sprint in (Story ID))
Getting this
Error in the JQL Query: Expecting ')' or ',' but got 'in'. (line 1, character 39)
I don't want to put all story manually one by one in this function . So that if this function can get the story id's from the sprint.
I'm not sure what query you are trying to build here, but your use of functions seems to be wrong. Have a look at https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/ and search for "linked" to find the reference for the two functions you have tried here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.