Attachments
Function | Description |
---|---|
issues jqlx.issuesWithAllAttachmentsCreatedAfter(string jqlQuery, datetime date [, string extension]) |
Returns the issues, for which all their attachments were created after the specified date. How it works:
Parameters:
|
issues jqlx.issuesWithAllAttachmentsCreatedBefore(string jqlQuery, datetime date [, string extension]) |
Returns the issues, for which all their attachments were created before the specified date. How it works:
Parameters:
|
issues jqlx.issuesWithAllAttachmentsCreatedByUser(string jqlQuery, string user [, string extension]) |
Returns the issues, for which all their attachments were created by the specified user. How it works:
Parameters:
|
issues jqlx.issuesWithAllAttachmentsCreatedOnDate(string jqlQuery, datetime date [, string extension]) |
Returns the issues, for which all their attachments were created on the specified date. How it works:
Parameters:
|
issues jqlx.issuesWithAnyAttachmentsCreatedAfter(string jqlQuery, datetime date [, string extension]) |
Returns the issues, for which any of their attachments were created after the specified date. How it works:
Parameters:
|
issues jqlx.issuesWithAnyAttachmentsCreatedBefore(string jqlQuery, datetime date [, string extension]) |
Returns the issues, for which any of their attachments were created before the specified date. How it works:
Parameters:
|
issues jqlx.issuesWithAnyAttachmentsCreatedByUser(string jqlQuery, string user [, string extension]) |
Returns the issues, for which any of their attachments were created by the specified user. How it works:
Parameters:
|
issues jqlx.issuesWithAnyAttachmentsCreatedOnDate(string jqlQuery, datetime date [, string extension]) |
Returns the issues, for which any of their attachments were created on the specified date. How it works:
Parameters:
|
issues jqlx.issuesWithAttachmentCountEqualTo(string jqlQuery, long count [, string extension]) |
Returns the issues, for which the number of attachments with specified extension is equal to the specified number. How it works:
Parameters:
|
issues jqlx.issuesWithAttachmentCountGreaterThan(string jqlQuery, long count [, string extension]) |
Returns the issues, for which the number of attachments with specified extension is greater than the specified number. How it works:
Parameters:
|
issues jqlx.issuesWithAttachmentCountLessThan(string jqlQuery, long count [, string extension]) |
Returns the issues, for which the number of attachments with specified extension is less than the specified number. How it works:
Parameters:
|
Comments
Function | Description |
---|---|
issues jqlx.issuesWithAllCommentsCreatedAfter(string jqlQuery, datetime date) |
Returns the issues, for which all their comments were created after the specified date. How it works:
Parameters:
|
issues jqlx.issuesWithAllCommentsCreatedBefore(string jqlQuery, datetime date) |
Returns the issues, for which all their comments were created before the specified date. How it works:
Parameters:
|
issues jqlx.issuesWithAllCommentsCreatedByUser(string jqlQuery, string user) |
Retu Returns the issues, for which all their comments were created by the specified user. How it works:
Parameters:
|
issues jqlx.issuesWithAllCommentsCreatedOnDate(string jqlQuery, datetime date) |
Returns the issues, for which all their comments were created right at the specified date. How it works:
Parameters:
|
issues jqlx.issuesWithAnyCommentsCreatedAfter(string jqlQuery, datetime date) |
Returns the issues, for which any of their comments were created after the specified date. How it works:
Parameters:
|
issues jqlx.issuesWithAnyCommentsCreatedBefore(string jqlQuery, datetime date) |
Returns the issues, for which any of their comments were created before the specified date. How it works:
Parameters:
|
issues jqlx.issuesWithAnyCommentsCreatedByUser(string jqlQuery, string user) |
Returns the issues, for which any of their comments were created by the specified user. How it works:
Parameters:
|
issues jqlx.issuesWithAnyCommentsCreatedOnDate(string jqlQuery, datetime date) |
Returns the issues, for which any of their comments were created right at the specified date. How it works:
Parameters:
|
issues jqlx.issuesWithCommentCountEqualTo(string jqlQuery, long count) |
Returns the issues, for which the number of comments is equal to the specified number. How it works:
Parameters:
|
issues jqlx.issuesWithCommentCountGreaterThan(string jqlQuery, long count) |
Returns the issues, for which the number of comments is higher than the specified number. How it works:
Parameters:
|
issues jqlx.issuesWithCommentCountLessThan(string jqlQuery, long count) |
Returns the issues, for which the number of comments is lower than the specified number. How it works:
Parameters:
|
Date and Time
Function | Description |
---|---|
datetime jqlx.date(long year [, long month, long day]) |
Returns the datetime value for the specified year, month and day of month. How it works:
Parameters:
|
datetime jqlx.endOfHalfYear([datetime date]) |
Returns the datetime value for the last day of the half year of the specified date. How it works:
Parameters:
|
datetime jqlx.endOfQuarter([datetime date]) |
Returns the datetime value for the last day of the quarter of the specified date. How it works:
Parameters:
|
datetime jqlx.startOfHalfYear([datetime date]) |
Returns the datetime value for the first day of the half year of the specified date. How it works:
Parameters:
|
datetime jqlx.startOfQuarter([datetime date]) |
Returns the datetime value for the first day of the quarter of the specified date. How it works:
Parameters:
|
Issue Fields
Function | Description |
---|---|
issues jqlx.issuesWithDuplicateFieldValues(string jqlQuery, string fieldId [, boolean ignoreCase]) |
Returns all issues with duplicate values of the specified field. The issues, where specified field is absent, are ignored. How it works:
Parameters:
|
issues jqlx.issuesWithFieldValueEqualTo(string jqlQuery, string fieldId, string valueToCompare [, boolean ignoreCase]) |
Returns all issues with specified field value equal to the specified value. How it works:
Parameters:
|
issues jqlx.issuesWithFieldValueNotEqualTo(string jqlQuery, string fieldId, string valueToCompare [, boolean ignoreCase]) |
Returns all issues with specified field value not equal to the specified value. How it works:
Parameters:
|
issues jqlx.issuesWithUniqueFieldValues(string jqlQuery, string fieldId [, boolean ignoreCase]) |
Returns all issues with unique values of the specified field. The issues, where specified field is absent, are ignored. How it works:
Parameters:
|
Issue Links
Function | Description |
---|---|
issues jqlx.blockersOf(string jqlQuery) |
Returns blockers for the issues conforming to the specified JQL query. How it works:
Parameters:
|
issues jqlx.clonesOf(string jqlQuery) |
Returns clones for the issues conforming to the specified JQL query. How it works:
Parameters:
|
issues jqlx.duplicatesOf(string jqlQuery) |
Returns duplicates for the issues conforming to the specified JQL query. How it works:
Parameters:
|
issues jqlx.epicsOf(string jqlQuery) |
Returns epics for the issues conforming to the specified JQL query. How it works:
Parameters:
|
issues jqlx.issuesWithLinkCountEqualTo(string jqlQuery, long count [, string linkTypes]) |
Returns all issues having equal number of links of specified type to the specified amount Returns all the issues conforming to the specified JQL query, which have the same number of links as specified. How it works:
Parameters:
|
issues jqlx.issuesWithLinkCountGreaterThan(string jqlQuery, long count [, string linkTypes]) |
Returns all the issues conforming to the specified JQL query, which have bigger number of links than specified. How it works:
Parameters:
|
issues jqlx.issuesWithLinkCountLessThan(string jqlQuery, long count [, string linkTypes]) |
Returns all the issues conforming to the specified JQL query, which have smaller number of links than specified. How it works:
Parameters:
|
issues jqlx.issuesWithLinksOfTypes(string jqlQuery, string linkTypes) |
Returns all the issues conforming to the specified JQL query, which have at least one link of the specified types. How it works:
Parameters:
|
issues jqlx.linkedIssues(string jqlQuery [, string linkTypes[, string linkFields]]) |
Returns all the linked issues for the issues conforming to the specified JQL query, taking into account link types. How it works:
Parameters:
|
Subtasks
Function | Description |
---|---|
issues jqlx.issuesWithAllSubTasksCreatedAfter(string jqlQuery, datetime date) |
Returns the issues, for which all their subtasks were created after the specified date. How it works:
Parameters:
|
issues jqlx.issuesWithAllSubTasksCreatedBefore(string jqlQuery, datetime date) |
Returns the issues, for which all their subtasks were created before the specified date. How it works:
Parameters:
|
issues jqlx.issuesWithAllSubTasksCreatedByUser(string jqlQuery, string user) |
Retu Returns the issues, for which all their subtasks were created by the specified user. How it works:
Parameters:
|
issues jqlx.issuesWithAllSubTasksCreatedOnDate(string jqlQuery, datetime date) |
Returns the issues, for which all their subtasks were created right at the specified date. How it works:
Parameters:
|
issues jqlx.issuesWithAnySubTasksCreatedAfter(string jqlQuery, datetime date) |
Returns the issues, for which any of their subtasks were created after the specified date. How it works:
Parameters:
|
issues jqlx.issuesWithAnySubTasksCreatedBefore(string jqlQuery, datetime date) |
Returns the issues, for which any of their subtasks were created before the specified date. How it works:
Parameters:
|
issues jqlx.issuesWithAnySubTasksCreatedByUser(string jqlQuery, string user) |
Returns the issues, for which any of their subtasks were created by the specified user. How it works:
Parameters:
|
issues jqlx.issuesWithAnySubTasksCreatedOnDate(string jqlQuery, datetime date) |
Returns the issues, for which any of their subtasks were created right at the specified date. How it works:
Parameters:
|
issues jqlx.issuesWithSubTaskCountEqualTo(string jqlQuery, long count) |
Returns the issues, for which the number of subtasks is equal to the specified number. How it works:
Parameters:
|
issues jqlx.issuesWithSubTaskCountGreaterThan(string jqlQuery, long count) |
Returns the issues, for which the number of subtasks is higher than the specified number. How it works:
Parameters:
|
issues jqlx.issuesWithSubTaskCountLessThan(string jqlQuery, long count) |
Returns the issues, for which the number of subtasks is lower than the specified number. How it works:
Parameters:
|
Note: If you need to add any other function or operand, feel free to contact our support team.