Package com.atlassian.jira.util
Interface JiraKey
public interface JiraKey
- Since:
- v6.1
-
Field Summary
Fields -
Method Summary
-
Field Details
-
INVALID_JIRA_KEY
-
-
Method Details
-
getProjectKey
String getProjectKey() -
getIssueNumber
long getIssueNumber() -
isValid
boolean isValid()Validates issue key. SeeJiraKeyUtils.validIssueKey(String)- Returns:
- true if the issue key started with a valid project key and ended with a number
-