We are writing a Jira plugin where we want to filter Jira issue by its integer id. Right now we can do it by issue key which is alphanumeric. But the requirement is to do it by the integer id
The problem you're going to have is the project key is numbers repeat in every project. So you're going to have to restrict the search to a project anyway. What is the driving force for just the integer part of the key?
Yes it is restricted to search within a specific project area. What I am doing is generating issue key like this
Project key + "-"+ issue id
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.