java.lang.Object | |
↳ | com.atlassian.jira.util.JiraKeyUtils |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
JiraKeyUtils.KeyMatcher |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | STRIKE_THROUGH_CLOSED_KEYS |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Use
from(String) instead. Since v6.1.
| |||||||||||
This method is deprecated.
Use
from(String) instead. Since v6.1.
| |||||||||||
This method is deprecated.
Use
from(String) instead. Since v6.1.
| |||||||||||
This method is deprecated.
Use
from(String) instead. Since v6.1.
| |||||||||||
Determines whether the provided key is part of the provided string
| |||||||||||
Determines whether any JIRA issue key is in the given string
| |||||||||||
Check if the Project Key matches a list of reserved keywords - JRA-8051.
| |||||||||||
Resets the configuration of the key matcher so that it will re-read the
ApplicationProperty that specifies how to find an issue key in a string.
| |||||||||||
Validates the given issue key.
| |||||||||||
Validates the given project key and returns true if valid, false otherwise.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
This method is deprecated.
Use from(String)
instead. Since v6.1.
key | issue key |
---|
This method is deprecated.
Use from(String)
instead. Since v6.1.
Same as getCountFromKey(String)
except that is does not check for key validity
key | issue key |
---|
This method is deprecated.
Use from(String)
instead. Since v6.1.
Same as getProjectKeyFromIssueKey(String)
except that it does not check key validity
key | issue key |
---|
This method is deprecated.
Use from(String)
instead. Since v6.1.
Returns a project key of the project given issue belongs to.
key | issue key |
---|
Determines whether the provided key is part of the provided string
issueKey | issue key |
---|---|
body | string to check |
Determines whether any JIRA issue key is in the given string
s | string to check |
---|
Check if the Project Key matches a list of reserved keywords - JRA-8051. For example, a folder named 'CON' cannot be created in WINDOWS as it is a reserved word.
This check is only enabled for WINDOWS machines at present as this issue has only been reported in the WINDOWS environment.key | project key |
---|
Resets the configuration of the key matcher so that it will re-read the ApplicationProperty that specifies how to find an issue key in a string. This must be called if the property for representing the key matching regular expression is changed at runtime.
Validates the given issue key.
key | issue key |
---|
Validates the given project key and returns true if valid, false otherwise.
key | project key to validate |
---|