Interface JiraKey


public interface JiraKey
Since:
v6.1
  • Field Details

    • INVALID_JIRA_KEY

      static final JiraKey INVALID_JIRA_KEY
  • Method Details

    • getProjectKey

      String getProjectKey()
    • getIssueNumber

      long getIssueNumber()
    • isValid

      boolean isValid()
      Validates issue key. See JiraKeyUtils.validIssueKey(String)
      Returns:
      true if the issue key started with a valid project key and ended with a number