Fuzzy query jiraId, that is, enter an incomplete jiraId to get the jiraId containing the input content, I want to ask if there is such an interface
Welcome to the Atlassian Community!
You can run a search for "text ~ xyz" to run a fuzzy search on most fields.
Can you give an example? For example, I want to call the interface for querying issues whose "issueKey" contains "JIRA-".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The key of an issue is an absolute, not a bit of text.
To find issues that are in the project JIRA, as you ask, you should be trying "project = JIRA" (all issues have a key of <project>-<sequence>)
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.