NAME

JIRA::API::Client - Client for JIRA::API

SYNOPSIS

use 5.020;
use JIRA::API::Client;

my $client = JIRA::API::Client->new(
    server => 'https://your-domain.atlassian.net',
);
my $res = $client->someMethod()->get;
say $res;

METHODS

getBanner

my $res = $client->getBanner()->get;

Get announcement banner configuration

Returns a JIRA::API::AnnouncementBannerConfiguration. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

setBanner

my $res = $client->setBanner()->get;

Update announcement banner configuration

Returns a ">>. Returns a . Returns a . Returns a ."

updateMultipleCustomFieldValues

my $res = $client->updateMultipleCustomFieldValues()->get;

Update custom fields

Returns a >>.

getCustomFieldConfiguration

my $res = $client->getCustomFieldConfiguration()->get;

Get custom field configurations

Returns a JIRA::API::PageBeanContextualConfiguration.

updateCustomFieldConfiguration

my $res = $client->updateCustomFieldConfiguration()->get;

Update custom field configurations

Returns a >>.

updateCustomFieldValue

my $res = $client->updateCustomFieldValue()->get;

Update custom field value

Returns a >>.

getApplicationProperty

my $res = $client->getApplicationProperty()->get;

Get application property

Returns an array of JIRA::API::ApplicationProperty.

getAdvancedSettings

my $res = $client->getAdvancedSettings()->get;

Get advanced settings

Returns an array of JIRA::API::ApplicationProperty.

setApplicationProperty

my $res = $client->setApplicationProperty()->get;

Set application property

Returns a JIRA::API::ApplicationProperty.

getAllApplicationRoles

my $res = $client->getAllApplicationRoles()->get;

Get all application roles

Returns an array of JIRA::API::ApplicationRole.

getApplicationRole

my $res = $client->getApplicationRole()->get;

Get application role

Returns a JIRA::API::ApplicationRole.

getAttachmentContent

my $res = $client->getAttachmentContent()->get;

Get attachment content

Returns a object.

getAttachmentMeta

my $res = $client->getAttachmentMeta()->get;

Get Jira attachment settings

Returns a JIRA::API::AttachmentSettings.

getAttachmentThumbnail

my $res = $client->getAttachmentThumbnail()->get;

Get attachment thumbnail

Returns a object.

removeAttachment

my $res = $client->removeAttachment()->get;

Delete attachment

getAttachment

my $res = $client->getAttachment()->get;

Get attachment metadata

Returns a JIRA::API::AttachmentMetadata.

expandAttachmentForHumans

my $res = $client->expandAttachmentForHumans()->get;

Get all metadata for an expanded attachment

Returns a JIRA::API::AttachmentArchiveMetadataReadable.

expandAttachmentForMachines

my $res = $client->expandAttachmentForMachines()->get;

Get contents metadata for an expanded attachment

Returns a JIRA::API::AttachmentArchiveImpl.

getAuditRecords

my $res = $client->getAuditRecords()->get;

Get audit records

Returns a JIRA::API::AuditRecords.

getAllSystemAvatars

my $res = $client->getAllSystemAvatars()->get;

Get system avatars by type

Returns a JIRA::API::SystemAvatars.

getCommentsByIds

my $res = $client->getCommentsByIds()->get;

Get comments by IDs

Returns a JIRA::API::PageBeanComment.

getCommentPropertyKeys

my $res = $client->getCommentPropertyKeys()->get;

Get comment property keys

Returns a JIRA::API::PropertyKeys.

deleteCommentProperty

my $res = $client->deleteCommentProperty()->get;

Delete comment property

getCommentProperty

my $res = $client->getCommentProperty()->get;

Get comment property

Returns a JIRA::API::EntityProperty.

setCommentProperty

my $res = $client->setCommentProperty()->get;

Set comment property

Returns a ">>. Returns a "

createComponent

my $res = $client->createComponent()->get;

Create component

Returns a JIRA::API::ProjectComponent.

deleteComponent

my $res = $client->deleteComponent()->get;

Delete component

getComponent

my $res = $client->getComponent()->get;

Get component

Returns a JIRA::API::ProjectComponent.

updateComponent

my $res = $client->updateComponent()->get;

Update component

Returns a JIRA::API::ProjectComponent.

getComponentRelatedIssues

my $res = $client->getComponentRelatedIssues()->get;

Get component issues count

Returns a JIRA::API::ComponentIssuesCount.

getConfiguration

my $res = $client->getConfiguration()->get;

Get global settings

Returns a JIRA::API::Configuration.

getSelectedTimeTrackingImplementation

my $res = $client->getSelectedTimeTrackingImplementation()->get;

Get selected time tracking provider

Returns a JIRA::API::TimeTrackingProvider. Returns a >>.

selectTimeTrackingImplementation

my $res = $client->selectTimeTrackingImplementation()->get;

Select time tracking provider

Returns a >>.

getAvailableTimeTrackingImplementations

my $res = $client->getAvailableTimeTrackingImplementations()->get;

Get all time tracking providers

Returns an array of JIRA::API::TimeTrackingProvider.

getSharedTimeTrackingConfiguration

my $res = $client->getSharedTimeTrackingConfiguration()->get;

Get time tracking settings

Returns a JIRA::API::TimeTrackingConfiguration.

setSharedTimeTrackingConfiguration

my $res = $client->setSharedTimeTrackingConfiguration()->get;

Set time tracking settings

Returns a JIRA::API::TimeTrackingConfiguration.

getCustomFieldOption

my $res = $client->getCustomFieldOption()->get;

Get custom field option

Returns a JIRA::API::CustomFieldOption.

getAllDashboards

my $res = $client->getAllDashboards()->get;

Get all dashboards

Returns a JIRA::API::PageOfDashboards. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

createDashboard

my $res = $client->createDashboard()->get;

Create dashboard

Returns a JIRA::API::Dashboard. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getAllAvailableDashboardGadgets

my $res = $client->getAllAvailableDashboardGadgets()->get;

Get available gadgets

Returns a JIRA::API::AvailableDashboardGadgetsResponse. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getDashboardsPaginated

my $res = $client->getDashboardsPaginated()->get;

Search for dashboards

Returns a JIRA::API::PageBeanDashboard. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getAllGadgets

my $res = $client->getAllGadgets()->get;

Get gadgets

Returns a JIRA::API::DashboardGadgetResponse. Returns a JIRA::API::ErrorCollection.

addGadget

my $res = $client->addGadget()->get;

Add gadget to dashboard

Returns a JIRA::API::DashboardGadget. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

removeGadget

my $res = $client->removeGadget()->get;

Remove gadget from dashboard

Returns a ">>. Returns a ."

updateGadget

my $res = $client->updateGadget()->get;

Update gadget on dashboard

Returns a ">>. Returns a . Returns a ."

getDashboardItemPropertyKeys

my $res = $client->getDashboardItemPropertyKeys()->get;

Get dashboard item property keys

Returns a JIRA::API::PropertyKeys.

deleteDashboardItemProperty

my $res = $client->deleteDashboardItemProperty()->get;

Delete dashboard item property

getDashboardItemProperty

my $res = $client->getDashboardItemProperty()->get;

Get dashboard item property

Returns a JIRA::API::EntityProperty.

setDashboardItemProperty

my $res = $client->setDashboardItemProperty()->get;

Set dashboard item property

Returns a ">>. Returns a "

deleteDashboard

my $res = $client->deleteDashboard()->get;

Delete dashboard

Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getDashboard

my $res = $client->getDashboard()->get;

Get dashboard

Returns a JIRA::API::Dashboard. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

updateDashboard

my $res = $client->updateDashboard()->get;

Update dashboard

Returns a JIRA::API::Dashboard. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

copyDashboard

my $res = $client->copyDashboard()->get;

Copy dashboard

Returns a JIRA::API::Dashboard. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getEvents

my $res = $client->getEvents()->get;

Get events

Returns an array of JIRA::API::IssueEvent.

analyseExpression

my $res = $client->analyseExpression()->get;

Analyse Jira expression

Returns a JIRA::API::JiraExpressionsAnalysis. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

evaluateJiraExpression

my $res = $client->evaluateJiraExpression()->get;

Evaluate Jira expression

Returns a JIRA::API::JiraExpressionResult. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getFields

my $res = $client->getFields()->get;

Get fields

Returns an array of JIRA::API::FieldDetails.

createCustomField

my $res = $client->createCustomField()->get;

Create custom field

Returns a JIRA::API::FieldDetails.

getFieldsPaginated

my $res = $client->getFieldsPaginated()->get;

Get fields paginated

Returns a JIRA::API::PageBeanField. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getTrashedFieldsPaginated

my $res = $client->getTrashedFieldsPaginated()->get;

Get fields in trash paginated

Returns a JIRA::API::PageBeanField. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

updateCustomField

my $res = $client->updateCustomField()->get;

Update custom field

Returns a >>.

getContextsForField

my $res = $client->getContextsForField()->get;

Get custom field contexts

Returns a JIRA::API::PageBeanCustomFieldContext.

createCustomFieldContext

my $res = $client->createCustomFieldContext()->get;

Create custom field context

Returns a JIRA::API::CreateCustomFieldContext.

getDefaultValues

my $res = $client->getDefaultValues()->get;

Get custom field contexts default values

Returns a JIRA::API::PageBeanCustomFieldContextDefaultValue.

setDefaultValues

my $res = $client->setDefaultValues()->get;

Set custom field contexts default values

Returns a >>.

getIssueTypeMappingsForContexts

my $res = $client->getIssueTypeMappingsForContexts()->get;

Get issue types for custom field context

Returns a JIRA::API::PageBeanIssueTypeToContextMapping.

getCustomFieldContextsForProjectsAndIssueTypes

my $res = $client->getCustomFieldContextsForProjectsAndIssueTypes()->get;

Get custom field contexts for projects and issue types

Returns a JIRA::API::PageBeanContextForProjectAndIssueType.

getProjectContextMapping

my $res = $client->getProjectContextMapping()->get;

Get project mappings for custom field context

Returns a JIRA::API::PageBeanCustomFieldContextProjectMapping.

deleteCustomFieldContext

my $res = $client->deleteCustomFieldContext()->get;

Delete custom field context

Returns a >>.

updateCustomFieldContext

my $res = $client->updateCustomFieldContext()->get;

Update custom field context

Returns a >>.

addIssueTypesToContext

my $res = $client->addIssueTypesToContext()->get;

Add issue types to context

Returns a >>.

removeIssueTypesFromContext

my $res = $client->removeIssueTypesFromContext()->get;

Remove issue types from context

Returns a >>.

getOptionsForContext

my $res = $client->getOptionsForContext()->get;

Get custom field options (context)

Returns a JIRA::API::PageBeanCustomFieldContextOption.

createCustomFieldOption

my $res = $client->createCustomFieldOption()->get;

Create custom field options (context)

Returns a JIRA::API::CustomFieldCreatedContextOptionsList.

updateCustomFieldOption

my $res = $client->updateCustomFieldOption()->get;

Update custom field options (context)

Returns a JIRA::API::CustomFieldUpdatedContextOptionsList.

reorderCustomFieldOptions

my $res = $client->reorderCustomFieldOptions()->get;

Reorder custom field options (context)

Returns a >>.

deleteCustomFieldOption

my $res = $client->deleteCustomFieldOption()->get;

Delete custom field options (context)

assignProjectsToCustomFieldContext

my $res = $client->assignProjectsToCustomFieldContext()->get;

Assign custom field context to projects

Returns a >>.

removeCustomFieldContextFromProjects

my $res = $client->removeCustomFieldContextFromProjects()->get;

Remove custom field context from projects

Returns a >>.

getContextsForFieldDeprecated

my $res = $client->getContextsForFieldDeprecated()->get;

Get contexts for a field

Returns a JIRA::API::PageBeanContext.

getScreensForField

my $res = $client->getScreensForField()->get;

Get screens for a field

Returns a JIRA::API::PageBeanScreenWithTab.

getAllIssueFieldOptions

my $res = $client->getAllIssueFieldOptions()->get;

Get all issue field options

Returns a JIRA::API::PageBeanIssueFieldOption.

createIssueFieldOption

my $res = $client->createIssueFieldOption()->get;

Create issue field option

Returns a JIRA::API::IssueFieldOption.

getSelectableIssueFieldOptions

my $res = $client->getSelectableIssueFieldOptions()->get;

Get selectable issue field options

Returns a JIRA::API::PageBeanIssueFieldOption.

getVisibleIssueFieldOptions

my $res = $client->getVisibleIssueFieldOptions()->get;

Get visible issue field options

Returns a JIRA::API::PageBeanIssueFieldOption.

deleteIssueFieldOption

my $res = $client->deleteIssueFieldOption()->get;

Delete issue field option

Returns a >>.

getIssueFieldOption

my $res = $client->getIssueFieldOption()->get;

Get issue field option

Returns a JIRA::API::IssueFieldOption.

updateIssueFieldOption

my $res = $client->updateIssueFieldOption()->get;

Update issue field option

Returns a JIRA::API::IssueFieldOption.

replaceIssueFieldOption

my $res = $client->replaceIssueFieldOption()->get;

Replace issue field option

Returns a JIRA::API::TaskProgressBeanRemoveOptionFromIssuesResult.

deleteCustomField

my $res = $client->deleteCustomField()->get;

Delete custom field

Returns a JIRA::API::TaskProgressBeanObject. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

restoreCustomField

my $res = $client->restoreCustomField()->get;

Restore custom field from trash

Returns a ">>. Returns a . Returns a . Returns a . Returns a ."

trashCustomField

my $res = $client->trashCustomField()->get;

Move custom field to trash

Returns a ">>. Returns a . Returns a . Returns a . Returns a ."

getAllFieldConfigurations

my $res = $client->getAllFieldConfigurations()->get;

Get all field configurations

Returns a JIRA::API::PageBeanFieldConfigurationDetails.

createFieldConfiguration

my $res = $client->createFieldConfiguration()->get;

Create field configuration

Returns a JIRA::API::FieldConfiguration.

deleteFieldConfiguration

my $res = $client->deleteFieldConfiguration()->get;

Delete field configuration

Returns a >>.

updateFieldConfiguration

my $res = $client->updateFieldConfiguration()->get;

Update field configuration

Returns a >>.

getFieldConfigurationItems

my $res = $client->getFieldConfigurationItems()->get;

Get field configuration items

Returns a JIRA::API::PageBeanFieldConfigurationItem.

updateFieldConfigurationItems

my $res = $client->updateFieldConfigurationItems()->get;

Update field configuration items

Returns a >>.

getAllFieldConfigurationSchemes

my $res = $client->getAllFieldConfigurationSchemes()->get;

Get all field configuration schemes

Returns a JIRA::API::PageBeanFieldConfigurationScheme.

createFieldConfigurationScheme

my $res = $client->createFieldConfigurationScheme()->get;

Create field configuration scheme

Returns a JIRA::API::FieldConfigurationScheme.

getFieldConfigurationSchemeMappings

my $res = $client->getFieldConfigurationSchemeMappings()->get;

Get field configuration issue type items

Returns a JIRA::API::PageBeanFieldConfigurationIssueTypeItem.

getFieldConfigurationSchemeProjectMapping

my $res = $client->getFieldConfigurationSchemeProjectMapping()->get;

Get field configuration schemes for projects

Returns a JIRA::API::PageBeanFieldConfigurationSchemeProjects.

assignFieldConfigurationSchemeToProject

my $res = $client->assignFieldConfigurationSchemeToProject()->get;

Assign field configuration scheme to project

Returns a >>.

deleteFieldConfigurationScheme

my $res = $client->deleteFieldConfigurationScheme()->get;

Delete field configuration scheme

Returns a >>.

updateFieldConfigurationScheme

my $res = $client->updateFieldConfigurationScheme()->get;

Update field configuration scheme

Returns a >>.

setFieldConfigurationSchemeMapping

my $res = $client->setFieldConfigurationSchemeMapping()->get;

Assign issue types to field configurations

Returns a >>.

removeIssueTypesFromGlobalFieldConfigurationScheme

my $res = $client->removeIssueTypesFromGlobalFieldConfigurationScheme()->get;

Remove issue types from field configuration scheme

Returns a ">>. Returns a . Returns a . Returns a . Returns a ."

getFilters

my $res = $client->getFilters()->get;

Get filters

Returns an array of JIRA::API::Filter.

createFilter

my $res = $client->createFilter()->get;

Create filter

Returns a JIRA::API::Filter.

getDefaultShareScope

my $res = $client->getDefaultShareScope()->get;

Get default share scope

Returns a JIRA::API::DefaultShareScope.

setDefaultShareScope

my $res = $client->setDefaultShareScope()->get;

Set default share scope

Returns a JIRA::API::DefaultShareScope.

getFavouriteFilters

my $res = $client->getFavouriteFilters()->get;

Get favorite filters

Returns an array of JIRA::API::Filter.

getMyFilters

my $res = $client->getMyFilters()->get;

Get my filters

Returns an array of JIRA::API::Filter.

getFiltersPaginated

my $res = $client->getFiltersPaginated()->get;

Search for filters

Returns a JIRA::API::PageBeanFilterDetails. Returns a JIRA::API::ErrorCollection.

deleteFilter

my $res = $client->deleteFilter()->get;

Delete filter

getFilter

my $res = $client->getFilter()->get;

Get filter

Returns a JIRA::API::Filter.

updateFilter

my $res = $client->updateFilter()->get;

Update filter

Returns a JIRA::API::Filter.

resetColumns

my $res = $client->resetColumns()->get;

Reset columns

getColumns

my $res = $client->getColumns()->get;

Get columns

Returns an array of JIRA::API::ColumnItem.

setColumns

my $res = $client->setColumns()->get;

Set columns

Returns a >>.

deleteFavouriteForFilter

my $res = $client->deleteFavouriteForFilter()->get;

Remove filter as favorite

Returns a JIRA::API::Filter.

setFavouriteForFilter

my $res = $client->setFavouriteForFilter()->get;

Add filter as favorite

Returns a JIRA::API::Filter.

changeFilterOwner

my $res = $client->changeFilterOwner()->get;

Change filter owner

Returns a >>.

getSharePermissions

my $res = $client->getSharePermissions()->get;

Get share permissions

Returns an array of JIRA::API::SharePermission.

addSharePermission

my $res = $client->addSharePermission()->get;

Add share permission

Returns an array of JIRA::API::SharePermission.

deleteSharePermission

my $res = $client->deleteSharePermission()->get;

Delete share permission

getSharePermission

my $res = $client->getSharePermission()->get;

Get share permission

Returns a JIRA::API::SharePermission.

removeGroup

my $res = $client->removeGroup()->get;

Remove group

getGroup

my $res = $client->getGroup()->get;

Get group

Returns a JIRA::API::Group.

createGroup

my $res = $client->createGroup()->get;

Create group

Returns a JIRA::API::Group.

bulkGetGroups

my $res = $client->bulkGetGroups()->get;

Bulk get groups

Returns a JIRA::API::PageBeanGroupDetails.

getUsersFromGroup

my $res = $client->getUsersFromGroup()->get;

Get users from group

Returns a JIRA::API::PageBeanUserDetails.

removeUserFromGroup

my $res = $client->removeUserFromGroup()->get;

Remove user from group

addUserToGroup

my $res = $client->addUserToGroup()->get;

Add user to group

Returns a JIRA::API::Group.

findGroups

my $res = $client->findGroups()->get;

Find groups

Returns a JIRA::API::FoundGroups.

findUsersAndGroups

my $res = $client->findUsersAndGroups()->get;

Find users and groups

Returns a JIRA::API::FoundUsersAndGroups.

getLicense

my $res = $client->getLicense()->get;

Get license

Returns a JIRA::API::License.

createIssue

my $res = $client->createIssue()->get;

Create issue

Returns a JIRA::API::CreatedIssue. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

createIssues

my $res = $client->createIssues()->get;

Bulk create issue

Returns a JIRA::API::CreatedIssues. Returns a JIRA::API::CreatedIssues.

getCreateIssueMeta

my $res = $client->getCreateIssueMeta()->get;

Get create issue metadata

Returns a JIRA::API::IssueCreateMetadata.

getIssuePickerResource

my $res = $client->getIssuePickerResource()->get;

Get issue picker suggestions

Returns a JIRA::API::IssuePickerSuggestions.

bulkSetIssuesPropertiesList

my $res = $client->bulkSetIssuesPropertiesList()->get;

Bulk set issues properties by list

Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

bulkSetIssuePropertiesByIssue

my $res = $client->bulkSetIssuePropertiesByIssue()->get;

Bulk set issue properties by issue

Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

bulkDeleteIssueProperty

my $res = $client->bulkDeleteIssueProperty()->get;

Bulk delete issue property

Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

bulkSetIssueProperty

my $res = $client->bulkSetIssueProperty()->get;

Bulk set issue property

Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getIsWatchingIssueBulk

my $res = $client->getIsWatchingIssueBulk()->get;

Get is watching issue bulk

Returns a JIRA::API::BulkIssueIsWatching.

deleteIssue

my $res = $client->deleteIssue()->get;

Delete issue

getIssue

my $res = $client->getIssue()->get;

Get issue

Returns a JIRA::API::IssueBean.

editIssue

my $res = $client->editIssue()->get;

Edit issue

Returns a >>.

assignIssue

my $res = $client->assignIssue()->get;

Assign issue

Returns a >>.

addAttachment

my $res = $client->addAttachment()->get;

Add attachment

Returns an array of JIRA::API::Attachment.

getChangeLogs

my $res = $client->getChangeLogs()->get;

Get changelogs

Returns a JIRA::API::PageBeanChangelog.

getChangeLogsByIds

my $res = $client->getChangeLogsByIds()->get;

Get changelogs by IDs

Returns a JIRA::API::PageOfChangelogs.

getComments

my $res = $client->getComments()->get;

Get comments

Returns a JIRA::API::PageOfComments.

addComment

my $res = $client->addComment()->get;

Add comment

Returns a JIRA::API::Comment.

deleteComment

my $res = $client->deleteComment()->get;

Delete comment

getComment

my $res = $client->getComment()->get;

Get comment

Returns a JIRA::API::Comment.

updateComment

my $res = $client->updateComment()->get;

Update comment

Returns a JIRA::API::Comment.

getEditIssueMeta

my $res = $client->getEditIssueMeta()->get;

Get edit issue metadata

Returns a JIRA::API::IssueUpdateMetadata.

notify

my $res = $client->notify()->get;

Send notification for issue

Returns a >>.

getIssuePropertyKeys

my $res = $client->getIssuePropertyKeys()->get;

Get issue property keys

Returns a JIRA::API::PropertyKeys.

deleteIssueProperty

my $res = $client->deleteIssueProperty()->get;

Delete issue property

getIssueProperty

my $res = $client->getIssueProperty()->get;

Get issue property

Returns a JIRA::API::EntityProperty.

setIssueProperty

my $res = $client->setIssueProperty()->get;

Set issue property

Returns a ">>. Returns a "

deleteRemoteIssueLinkByGlobalId

my $res = $client->deleteRemoteIssueLinkByGlobalId()->get;

Delete remote issue link by global ID

my $res = $client->getRemoteIssueLinks()->get;

Get remote issue links

Returns a JIRA::API::RemoteIssueLink.

my $res = $client->createOrUpdateRemoteIssueLink()->get;

Create or update remote issue link

Returns a JIRA::API::RemoteIssueLinkIdentifies. Returns a JIRA::API::RemoteIssueLinkIdentifies.

deleteRemoteIssueLinkById

my $res = $client->deleteRemoteIssueLinkById()->get;

Delete remote issue link by ID

getRemoteIssueLinkById

my $res = $client->getRemoteIssueLinkById()->get;

Get remote issue link by ID

Returns a JIRA::API::RemoteIssueLink.

my $res = $client->updateRemoteIssueLink()->get;

Update remote issue link by ID

Returns a >>.

getTransitions

my $res = $client->getTransitions()->get;

Get transitions

Returns a JIRA::API::Transitions.

doTransition

my $res = $client->doTransition()->get;

Transition issue

Returns a >>.

removeVote

my $res = $client->removeVote()->get;

Delete vote

getVotes

my $res = $client->getVotes()->get;

Get votes

Returns a JIRA::API::Votes.

addVote

my $res = $client->addVote()->get;

Add vote

Returns a >>.

removeWatcher

my $res = $client->removeWatcher()->get;

Delete watcher

getIssueWatchers

my $res = $client->getIssueWatchers()->get;

Get issue watchers

Returns a JIRA::API::Watchers.

addWatcher

my $res = $client->addWatcher()->get;

Add watcher

Returns a >>.

getIssueWorklog

my $res = $client->getIssueWorklog()->get;

Get issue worklogs

Returns a JIRA::API::PageOfWorklogs.

addWorklog

my $res = $client->addWorklog()->get;

Add worklog

Returns a JIRA::API::Worklog.

deleteWorklog

my $res = $client->deleteWorklog()->get;

Delete worklog

getWorklog

my $res = $client->getWorklog()->get;

Get worklog

Returns a JIRA::API::Worklog.

updateWorklog

my $res = $client->updateWorklog()->get;

Update worklog

Returns a JIRA::API::Worklog.

getWorklogPropertyKeys

my $res = $client->getWorklogPropertyKeys()->get;

Get worklog property keys

Returns a JIRA::API::PropertyKeys.

deleteWorklogProperty

my $res = $client->deleteWorklogProperty()->get;

Delete worklog property

getWorklogProperty

my $res = $client->getWorklogProperty()->get;

Get worklog property

Returns a JIRA::API::EntityProperty.

setWorklogProperty

my $res = $client->setWorklogProperty()->get;

Set worklog property

Returns a ">>. Returns a "

linkIssues

my $res = $client->linkIssues()->get;

Create issue link

Returns a >>.

my $res = $client->deleteIssueLink()->get;

Delete issue link

my $res = $client->getIssueLink()->get;

Get issue link

Returns a JIRA::API::IssueLink.

getIssueLinkTypes

my $res = $client->getIssueLinkTypes()->get;

Get issue link types

Returns a JIRA::API::IssueLinkTypes.

createIssueLinkType

my $res = $client->createIssueLinkType()->get;

Create issue link type

Returns a JIRA::API::IssueLinkType.

deleteIssueLinkType

my $res = $client->deleteIssueLinkType()->get;

Delete issue link type

getIssueLinkType

my $res = $client->getIssueLinkType()->get;

Get issue link type

Returns a JIRA::API::IssueLinkType.

updateIssueLinkType

my $res = $client->updateIssueLinkType()->get;

Update issue link type

Returns a JIRA::API::IssueLinkType.

getIssueSecuritySchemes

my $res = $client->getIssueSecuritySchemes()->get;

Get issue security schemes

Returns a JIRA::API::SecuritySchemes.

getIssueSecurityScheme

my $res = $client->getIssueSecurityScheme()->get;

Get issue security scheme

Returns a JIRA::API::SecurityScheme.

getIssueSecurityLevelMembers

my $res = $client->getIssueSecurityLevelMembers()->get;

Get issue security level members

Returns a JIRA::API::PageBeanIssueSecurityLevelMember.

getIssueAllTypes

my $res = $client->getIssueAllTypes()->get;

Get all issue types for user

Returns an array of JIRA::API::IssueTypeDetails.

createIssueType

my $res = $client->createIssueType()->get;

Create issue type

Returns a JIRA::API::IssueTypeDetails.

getIssueTypesForProject

my $res = $client->getIssueTypesForProject()->get;

Get issue types for project

Returns an array of JIRA::API::IssueTypeDetails.

deleteIssueType

my $res = $client->deleteIssueType()->get;

Delete issue type

getIssueType

my $res = $client->getIssueType()->get;

Get issue type

Returns a JIRA::API::IssueTypeDetails.

updateIssueType

my $res = $client->updateIssueType()->get;

Update issue type

Returns a JIRA::API::IssueTypeDetails.

getAlternativeIssueTypes

my $res = $client->getAlternativeIssueTypes()->get;

Get alternative issue types

Returns an array of JIRA::API::IssueTypeDetails.

createIssueTypeAvatar

my $res = $client->createIssueTypeAvatar()->get;

Load issue type avatar

Returns a JIRA::API::Avatar.

getIssueTypePropertyKeys

my $res = $client->getIssueTypePropertyKeys()->get;

Get issue type property keys

Returns a JIRA::API::PropertyKeys.

deleteIssueTypeProperty

my $res = $client->deleteIssueTypeProperty()->get;

Delete issue type property

getIssueTypeProperty

my $res = $client->getIssueTypeProperty()->get;

Get issue type property

Returns a JIRA::API::EntityProperty.

setIssueTypeProperty

my $res = $client->setIssueTypeProperty()->get;

Set issue type property

Returns a ">>. Returns a "

getAllIssueTypeSchemes

my $res = $client->getAllIssueTypeSchemes()->get;

Get all issue type schemes

Returns a JIRA::API::PageBeanIssueTypeScheme.

createIssueTypeScheme

my $res = $client->createIssueTypeScheme()->get;

Create issue type scheme

Returns a JIRA::API::IssueTypeSchemeID.

getIssueTypeSchemesMapping

my $res = $client->getIssueTypeSchemesMapping()->get;

Get issue type scheme items

Returns a JIRA::API::PageBeanIssueTypeSchemeMapping.

getIssueTypeSchemeForProjects

my $res = $client->getIssueTypeSchemeForProjects()->get;

Get issue type schemes for projects

Returns a JIRA::API::PageBeanIssueTypeSchemeProjects.

assignIssueTypeSchemeToProject

my $res = $client->assignIssueTypeSchemeToProject()->get;

Assign issue type scheme to project

Returns a >>.

deleteIssueTypeScheme

my $res = $client->deleteIssueTypeScheme()->get;

Delete issue type scheme

Returns a >>.

updateIssueTypeScheme

my $res = $client->updateIssueTypeScheme()->get;

Update issue type scheme

Returns a >>.

addIssueTypesToIssueTypeScheme

my $res = $client->addIssueTypesToIssueTypeScheme()->get;

Add issue types to issue type scheme

Returns a >>.

reorderIssueTypesInIssueTypeScheme

my $res = $client->reorderIssueTypesInIssueTypeScheme()->get;

Change order of issue types

Returns a >>.

removeIssueTypeFromIssueTypeScheme

my $res = $client->removeIssueTypeFromIssueTypeScheme()->get;

Remove issue type from issue type scheme

Returns a >>.

getIssueTypeScreenSchemes

my $res = $client->getIssueTypeScreenSchemes()->get;

Get issue type screen schemes

Returns a JIRA::API::PageBeanIssueTypeScreenScheme.

createIssueTypeScreenScheme

my $res = $client->createIssueTypeScreenScheme()->get;

Create issue type screen scheme

Returns a JIRA::API::IssueTypeScreenSchemeId.

getIssueTypeScreenSchemeMappings

my $res = $client->getIssueTypeScreenSchemeMappings()->get;

Get issue type screen scheme items

Returns a JIRA::API::PageBeanIssueTypeScreenSchemeItem.

getIssueTypeScreenSchemeProjectAssociations

my $res = $client->getIssueTypeScreenSchemeProjectAssociations()->get;

Get issue type screen schemes for projects

Returns a JIRA::API::PageBeanIssueTypeScreenSchemesProjects.

assignIssueTypeScreenSchemeToProject

my $res = $client->assignIssueTypeScreenSchemeToProject()->get;

Assign issue type screen scheme to project

Returns a >>.

deleteIssueTypeScreenScheme

my $res = $client->deleteIssueTypeScreenScheme()->get;

Delete issue type screen scheme

Returns a >>.

updateIssueTypeScreenScheme

my $res = $client->updateIssueTypeScreenScheme()->get;

Update issue type screen scheme

Returns a >>.

appendMappingsForIssueTypeScreenScheme

my $res = $client->appendMappingsForIssueTypeScreenScheme()->get;

Append mappings to issue type screen scheme

Returns a >>.

updateDefaultScreenScheme

my $res = $client->updateDefaultScreenScheme()->get;

Update issue type screen scheme default screen scheme

Returns a >>.

removeMappingsFromIssueTypeScreenScheme

my $res = $client->removeMappingsFromIssueTypeScreenScheme()->get;

Remove mappings from issue type screen scheme

Returns a >>.

getProjectsForIssueTypeScreenScheme

my $res = $client->getProjectsForIssueTypeScreenScheme()->get;

Get issue type screen scheme projects

Returns a JIRA::API::PageBeanProjectDetails.

getAutoComplete

my $res = $client->getAutoComplete()->get;

Get field reference data (GET)

Returns a JIRA::API::JQLReferenceData.

getAutoCompletePost

my $res = $client->getAutoCompletePost()->get;

Get field reference data (POST)

Returns a JIRA::API::JQLReferenceData.

getFieldAutoCompleteForQueryString

my $res = $client->getFieldAutoCompleteForQueryString()->get;

Get field auto complete suggestions

Returns a JIRA::API::AutoCompleteSuggestions.

getPrecomputations

my $res = $client->getPrecomputations()->get;

Get precomputation

Returns a JIRA::API::PageBeanJqlFunctionPrecomputationBean.

updatePrecomputations

my $res = $client->updatePrecomputations()->get;

Update precomputations

Returns a >>.

matchIssues

my $res = $client->matchIssues()->get;

Check issues against JQL

Returns a JIRA::API::IssueMatches.

parseJqlQueries

my $res = $client->parseJqlQueries()->get;

Parse JQL query

Returns a JIRA::API::ParsedJqlQueries. Returns a JIRA::API::ErrorCollection.

migrateQueries

my $res = $client->migrateQueries()->get;

Convert user identifiers to account IDs in JQL queries

Returns a JIRA::API::ConvertedJQLQueries.

sanitiseJqlQueries

my $res = $client->sanitiseJqlQueries()->get;

Sanitize JQL queries

Returns a JIRA::API::SanitizedJqlQueries. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getAllLabels

my $res = $client->getAllLabels()->get;

Get all labels

Returns a JIRA::API::PageBeanString.

getApproximateLicenseCount

my $res = $client->getApproximateLicenseCount()->get;

Get approximate license count

Returns a JIRA::API::LicenseMetric.

getApproximateApplicationLicenseCount

my $res = $client->getApproximateApplicationLicenseCount()->get;

Get approximate application license count

Returns a JIRA::API::LicenseMetric.

getMyPermissions

my $res = $client->getMyPermissions()->get;

Get my permissions

Returns a JIRA::API::Permissions. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

removePreference

my $res = $client->removePreference()->get;

Delete preference

getPreference

my $res = $client->getPreference()->get;

Get preference

Returns a string.

setPreference

my $res = $client->setPreference()->get;

Set preference

Returns a >>.

deleteLocale

my $res = $client->deleteLocale()->get;

Delete locale

Returns a >>.

getLocale

my $res = $client->getLocale()->get;

Get locale

Returns a JIRA::API::Locale.

setLocale

my $res = $client->setLocale()->get;

Set locale

Returns a >>.

getCurrentUser

my $res = $client->getCurrentUser()->get;

Get current user

Returns a JIRA::API::User.

getNotificationSchemes

my $res = $client->getNotificationSchemes()->get;

Get notification schemes paginated

Returns a JIRA::API::PageBeanNotificationScheme.

createNotificationScheme

my $res = $client->createNotificationScheme()->get;

Create notification scheme

Returns a JIRA::API::NotificationSchemeId. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getNotificationSchemeToProjectMappings

my $res = $client->getNotificationSchemeToProjectMappings()->get;

Get projects using notification schemes paginated

Returns a JIRA::API::PageBeanNotificationSchemeAndProjectMappingJsonBean. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getNotificationScheme

my $res = $client->getNotificationScheme()->get;

Get notification scheme

Returns a JIRA::API::NotificationScheme.

updateNotificationScheme

my $res = $client->updateNotificationScheme()->get;

Update notification scheme

Returns a ">>. Returns a . Returns a . Returns a . Returns a ."

addNotifications

my $res = $client->addNotifications()->get;

Add notifications to notification scheme

Returns a ">>. Returns a . Returns a . Returns a . Returns a ."

deleteNotificationScheme

my $res = $client->deleteNotificationScheme()->get;

Delete notification scheme

Returns a ">>. Returns a . Returns a . Returns a . Returns a ."

removeNotificationFromNotificationScheme

my $res = $client->removeNotificationFromNotificationScheme()->get;

Remove notification from notification scheme

Returns a ">>. Returns a . Returns a . Returns a . Returns a ."

getAllPermissions

my $res = $client->getAllPermissions()->get;

Get all permissions

Returns a JIRA::API::Permissions.

getBulkPermissions

my $res = $client->getBulkPermissions()->get;

Get bulk permissions

Returns a JIRA::API::BulkPermissionGrants. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getPermittedProjects

my $res = $client->getPermittedProjects()->get;

Get permitted projects

Returns a JIRA::API::PermittedProjects.

getAllPermissionSchemes

my $res = $client->getAllPermissionSchemes()->get;

Get all permission schemes

Returns a JIRA::API::PermissionSchemes.

createPermissionScheme

my $res = $client->createPermissionScheme()->get;

Create permission scheme

Returns a JIRA::API::PermissionScheme.

deletePermissionScheme

my $res = $client->deletePermissionScheme()->get;

Delete permission scheme

getPermissionScheme

my $res = $client->getPermissionScheme()->get;

Get permission scheme

Returns a JIRA::API::PermissionScheme.

updatePermissionScheme

my $res = $client->updatePermissionScheme()->get;

Update permission scheme

Returns a JIRA::API::PermissionScheme.

getPermissionSchemeGrants

my $res = $client->getPermissionSchemeGrants()->get;

Get permission scheme grants

Returns a JIRA::API::PermissionGrants.

createPermissionGrant

my $res = $client->createPermissionGrant()->get;

Create permission grant

Returns a JIRA::API::PermissionGrant.

deletePermissionSchemeEntity

my $res = $client->deletePermissionSchemeEntity()->get;

Delete permission scheme grant

getPermissionSchemeGrant

my $res = $client->getPermissionSchemeGrant()->get;

Get permission scheme grant

Returns a JIRA::API::PermissionGrant.

getPriorities

my $res = $client->getPriorities()->get;

Get priorities

Returns an array of JIRA::API::Priority.

createPriority

my $res = $client->createPriority()->get;

Create priority

Returns a JIRA::API::PriorityId. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

setDefaultPriority

my $res = $client->setDefaultPriority()->get;

Set default priority

Returns a ">>. Returns a . Returns a . Returns a . Returns a ."

movePriorities

my $res = $client->movePriorities()->get;

Move priorities

Returns a ">>. Returns a . Returns a . Returns a . Returns a ."

searchPriorities

my $res = $client->searchPriorities()->get;

Search priorities

Returns a JIRA::API::PageBeanPriority. Returns a JIRA::API::ErrorCollection.

deletePriority

my $res = $client->deletePriority()->get;

Delete priority

Returns a JIRA::API::TaskProgressBeanObject. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getPriority

my $res = $client->getPriority()->get;

Get priority

Returns a JIRA::API::Priority.

updatePriority

my $res = $client->updatePriority()->get;

Update priority

Returns a ">>. Returns a . Returns a . Returns a . Returns a ."

getAllProjects

my $res = $client->getAllProjects()->get;

Get all projects

Returns an array of JIRA::API::Project.

createProject

my $res = $client->createProject()->get;

Create project

Returns a JIRA::API::ProjectIdentifiers.

getRecent

my $res = $client->getRecent()->get;

Get recent projects

Returns an array of JIRA::API::Project.

searchProjects

my $res = $client->searchProjects()->get;

Get projects paginated

Returns a JIRA::API::PageBeanProject.

getAllProjectTypes

my $res = $client->getAllProjectTypes()->get;

Get all project types

Returns an array of JIRA::API::ProjectType.

getAllAccessibleProjectTypes

my $res = $client->getAllAccessibleProjectTypes()->get;

Get licensed project types

Returns an array of JIRA::API::ProjectType.

getProjectTypeByKey

my $res = $client->getProjectTypeByKey()->get;

Get project type by key

Returns a JIRA::API::ProjectType.

getAccessibleProjectTypeByKey

my $res = $client->getAccessibleProjectTypeByKey()->get;

Get accessible project type by key

Returns a JIRA::API::ProjectType.

deleteProject

my $res = $client->deleteProject()->get;

Delete project

getProject

my $res = $client->getProject()->get;

Get project

Returns a JIRA::API::Project.

updateProject

my $res = $client->updateProject()->get;

Update project

Returns a JIRA::API::Project.

archiveProject

my $res = $client->archiveProject()->get;

Archive project

Returns a >>.

updateProjectAvatar

my $res = $client->updateProjectAvatar()->get;

Set project avatar

Returns a >>.

deleteProjectAvatar

my $res = $client->deleteProjectAvatar()->get;

Delete project avatar

createProjectAvatar

my $res = $client->createProjectAvatar()->get;

Load project avatar

Returns a JIRA::API::Avatar.

getAllProjectAvatars

my $res = $client->getAllProjectAvatars()->get;

Get all project avatars

Returns a JIRA::API::ProjectAvatars.

getProjectComponentsPaginated

my $res = $client->getProjectComponentsPaginated()->get;

Get project components paginated

Returns a JIRA::API::PageBeanComponentWithIssueCount.

getProjectComponents

my $res = $client->getProjectComponents()->get;

Get project components

Returns an array of JIRA::API::ProjectComponent.

deleteProjectAsynchronously

my $res = $client->deleteProjectAsynchronously()->get;

Delete project asynchronously

Returns a JIRA::API::TaskProgressBeanObject.

getFeaturesForProject

my $res = $client->getFeaturesForProject()->get;

Get project features

Returns a JIRA::API::ContainerForProjectFeatures.

toggleFeatureForProject

my $res = $client->toggleFeatureForProject()->get;

Set project feature state

Returns a JIRA::API::ContainerForProjectFeatures.

getProjectPropertyKeys

my $res = $client->getProjectPropertyKeys()->get;

Get project property keys

Returns a JIRA::API::PropertyKeys.

deleteProjectProperty

my $res = $client->deleteProjectProperty()->get;

Delete project property

getProjectProperty

my $res = $client->getProjectProperty()->get;

Get project property

Returns a JIRA::API::EntityProperty.

setProjectProperty

my $res = $client->setProjectProperty()->get;

Set project property

Returns a ">>. Returns a "

restore

my $res = $client->restore()->get;

Restore deleted or archived project

Returns a JIRA::API::Project.

getProjectRoles

my $res = $client->getProjectRoles()->get;

Get project roles for project

Returns a object.

deleteActor

my $res = $client->deleteActor()->get;

Delete actors from project role

getProjectRole

my $res = $client->getProjectRole()->get;

Get project role for project

Returns a JIRA::API::ProjectRole.

addActorUsers

my $res = $client->addActorUsers()->get;

Add actors to project role

Returns a JIRA::API::ProjectRole.

setActors

my $res = $client->setActors()->get;

Set actors for project role

Returns a JIRA::API::ProjectRole.

getProjectRoleDetails

my $res = $client->getProjectRoleDetails()->get;

Get project role details

Returns an array of JIRA::API::ProjectRoleDetails.

getAllStatuses

my $res = $client->getAllStatuses()->get;

Get all statuses for project

Returns an array of JIRA::API::IssueTypeWithStatus.

updateProjectType

my $res = $client->updateProjectType()->get;

Update project type

Returns a JIRA::API::Project.

getProjectVersionsPaginated

my $res = $client->getProjectVersionsPaginated()->get;

Get project versions paginated

Returns a JIRA::API::PageBeanVersion.

getProjectVersions

my $res = $client->getProjectVersions()->get;

Get project versions

Returns an array of JIRA::API::Version.

getProjectEmail

my $res = $client->getProjectEmail()->get;

Get project's sender email

Returns a JIRA::API::ProjectEmailAddress.

updateProjectEmail

my $res = $client->updateProjectEmail()->get;

Set project's sender email

Returns a >>.

getHierarchy

my $res = $client->getHierarchy()->get;

Get project issue type hierarchy

Returns a JIRA::API::ProjectIssueTypeHierarchy.

getProjectIssueSecurityScheme

my $res = $client->getProjectIssueSecurityScheme()->get;

Get project issue security scheme

Returns a JIRA::API::SecurityScheme.

getNotificationSchemeForProject

my $res = $client->getNotificationSchemeForProject()->get;

Get project notification scheme

Returns a JIRA::API::NotificationScheme.

getAssignedPermissionScheme

my $res = $client->getAssignedPermissionScheme()->get;

Get assigned permission scheme

Returns a JIRA::API::PermissionScheme.

assignPermissionScheme

my $res = $client->assignPermissionScheme()->get;

Assign permission scheme

Returns a JIRA::API::PermissionScheme.

getSecurityLevelsForProject

my $res = $client->getSecurityLevelsForProject()->get;

Get project issue security levels

Returns a JIRA::API::ProjectIssueSecurityLevels.

getAllProjectCategories

my $res = $client->getAllProjectCategories()->get;

Get all project categories

Returns an array of JIRA::API::ProjectCategory.

createProjectCategory

my $res = $client->createProjectCategory()->get;

Create project category

Returns a JIRA::API::ProjectCategory.

removeProjectCategory

my $res = $client->removeProjectCategory()->get;

Delete project category

getProjectCategoryById

my $res = $client->getProjectCategoryById()->get;

Get project category by ID

Returns a JIRA::API::ProjectCategory.

updateProjectCategory

my $res = $client->updateProjectCategory()->get;

Update project category

Returns a JIRA::API::UpdatedProjectCategory.

validateProjectKey

my $res = $client->validateProjectKey()->get;

Validate project key

Returns a JIRA::API::ErrorCollection.

getValidProjectKey

my $res = $client->getValidProjectKey()->get;

Get valid project key

Returns a string.

getValidProjectName

my $res = $client->getValidProjectName()->get;

Get valid project name

Returns a string.

getResolutions

my $res = $client->getResolutions()->get;

Get resolutions

Returns an array of JIRA::API::Resolution.

createResolution

my $res = $client->createResolution()->get;

Create resolution

Returns a JIRA::API::ResolutionId. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

setDefaultResolution

my $res = $client->setDefaultResolution()->get;

Set default resolution

Returns a ">>. Returns a . Returns a . Returns a . Returns a ."

moveResolutions

my $res = $client->moveResolutions()->get;

Move resolutions

Returns a ">>. Returns a . Returns a . Returns a . Returns a ."

searchResolutions

my $res = $client->searchResolutions()->get;

Search resolutions

Returns a JIRA::API::PageBeanResolutionJsonBean. Returns a JIRA::API::ErrorCollection.

deleteResolution

my $res = $client->deleteResolution()->get;

Delete resolution

Returns a JIRA::API::TaskProgressBeanObject. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getResolution

my $res = $client->getResolution()->get;

Get resolution

Returns a JIRA::API::Resolution.

updateResolution

my $res = $client->updateResolution()->get;

Update resolution

Returns a ">>. Returns a . Returns a . Returns a . Returns a ."

getAllProjectRoles

my $res = $client->getAllProjectRoles()->get;

Get all project roles

Returns an array of JIRA::API::ProjectRole.

createProjectRole

my $res = $client->createProjectRole()->get;

Create project role

Returns a JIRA::API::ProjectRole.

deleteProjectRole

my $res = $client->deleteProjectRole()->get;

Delete project role

getProjectRoleById

my $res = $client->getProjectRoleById()->get;

Get project role by ID

Returns a JIRA::API::ProjectRole.

partialUpdateProjectRole

my $res = $client->partialUpdateProjectRole()->get;

Partial update project role

Returns a JIRA::API::ProjectRole.

fullyUpdateProjectRole

my $res = $client->fullyUpdateProjectRole()->get;

Fully update project role

Returns a JIRA::API::ProjectRole.

deleteProjectRoleActorsFromRole

my $res = $client->deleteProjectRoleActorsFromRole()->get;

Delete default actors from project role

Returns a JIRA::API::ProjectRole.

getProjectRoleActorsForRole

my $res = $client->getProjectRoleActorsForRole()->get;

Get default actors for project role

Returns a JIRA::API::ProjectRole.

addProjectRoleActorsToRole

my $res = $client->addProjectRoleActorsToRole()->get;

Add default actors to project role

Returns a JIRA::API::ProjectRole.

getScreens

my $res = $client->getScreens()->get;

Get screens

Returns a JIRA::API::PageBeanScreen.

createScreen

my $res = $client->createScreen()->get;

Create screen

Returns a JIRA::API::Screen.

addFieldToDefaultScreen

my $res = $client->addFieldToDefaultScreen()->get;

Add field to default screen

Returns a >>.

deleteScreen

my $res = $client->deleteScreen()->get;

Delete screen

updateScreen

my $res = $client->updateScreen()->get;

Update screen

Returns a JIRA::API::Screen.

getAvailableScreenFields

my $res = $client->getAvailableScreenFields()->get;

Get available screen fields

Returns an array of JIRA::API::ScreenableField.

getAllScreenTabs

my $res = $client->getAllScreenTabs()->get;

Get all screen tabs

Returns an array of JIRA::API::ScreenableTab.

addScreenTab

my $res = $client->addScreenTab()->get;

Create screen tab

Returns a JIRA::API::ScreenableTab.

deleteScreenTab

my $res = $client->deleteScreenTab()->get;

Delete screen tab

renameScreenTab

my $res = $client->renameScreenTab()->get;

Update screen tab

Returns a JIRA::API::ScreenableTab.

getAllScreenTabFields

my $res = $client->getAllScreenTabFields()->get;

Get all screen tab fields

Returns an array of JIRA::API::ScreenableField.

addScreenTabField

my $res = $client->addScreenTabField()->get;

Add screen tab field

Returns a JIRA::API::ScreenableField.

removeScreenTabField

my $res = $client->removeScreenTabField()->get;

Remove screen tab field

moveScreenTabField

my $res = $client->moveScreenTabField()->get;

Move screen tab field

Returns a >>.

moveScreenTab

my $res = $client->moveScreenTab()->get;

Move screen tab

Returns a >>.

getScreenSchemes

my $res = $client->getScreenSchemes()->get;

Get screen schemes

Returns a JIRA::API::PageBeanScreenScheme.

createScreenScheme

my $res = $client->createScreenScheme()->get;

Create screen scheme

Returns a JIRA::API::ScreenSchemeId.

deleteScreenScheme

my $res = $client->deleteScreenScheme()->get;

Delete screen scheme

updateScreenScheme

my $res = $client->updateScreenScheme()->get;

Update screen scheme

Returns a >>.

searchForIssuesUsingJql

my $res = $client->searchForIssuesUsingJql()->get;

Search for issues using JQL (GET)

Returns a JIRA::API::SearchResults.

searchForIssuesUsingJqlPost

my $res = $client->searchForIssuesUsingJqlPost()->get;

Search for issues using JQL (POST)

Returns a JIRA::API::SearchResults.

getIssueSecurityLevel

my $res = $client->getIssueSecurityLevel()->get;

Get issue security level

Returns a JIRA::API::SecurityLevel.

getServerInfo

my $res = $client->getServerInfo()->get;

Get Jira instance info

Returns a JIRA::API::ServerInformation.

getIssueNavigatorDefaultColumns

my $res = $client->getIssueNavigatorDefaultColumns()->get;

Get issue navigator default columns

Returns an array of JIRA::API::ColumnItem.

setIssueNavigatorDefaultColumns

my $res = $client->setIssueNavigatorDefaultColumns()->get;

Set issue navigator default columns

Returns a >>.

getStatuses

my $res = $client->getStatuses()->get;

Get all statuses

Returns an array of JIRA::API::StatusDetails.

getStatus

my $res = $client->getStatus()->get;

Get status

Returns a JIRA::API::StatusDetails.

getStatusCategories

my $res = $client->getStatusCategories()->get;

Get all status categories

Returns an array of JIRA::API::StatusCategory.

getStatusCategory

my $res = $client->getStatusCategory()->get;

Get status category

Returns a JIRA::API::StatusCategory.

deleteStatusesById

my $res = $client->deleteStatusesById()->get;

Bulk delete Statuses

Returns a >>.

getStatusesById

my $res = $client->getStatusesById()->get;

Bulk get statuses

Returns an array of JIRA::API::JiraStatus.

createStatuses

my $res = $client->createStatuses()->get;

Bulk create statuses

Returns an array of JIRA::API::JiraStatus.

updateStatuses

my $res = $client->updateStatuses()->get;

Bulk update statuses

Returns a >>.

my $res = $client->search()->get;

Search statuses paginated

Returns a JIRA::API::PageOfStatuses.

getTask

my $res = $client->getTask()->get;

Get task

Returns a JIRA::API::TaskProgressBeanObject.

cancelTask

my $res = $client->cancelTask()->get;

Cancel task

Returns a ">>. Returns an array of . Returns an array of . Returns an array of . Returns an array of ."

getUiModifications

my $res = $client->getUiModifications()->get;

Get UI modifications

Returns a JIRA::API::PageBeanUiModificationDetails.

createUiModification

my $res = $client->createUiModification()->get;

Create UI modification

Returns a JIRA::API::UiModificationIdentifiers.

deleteUiModification

my $res = $client->deleteUiModification()->get;

Delete UI modification

Returns a >>.

updateUiModification

my $res = $client->updateUiModification()->get;

Update UI modification

Returns a >>.

getAvatars

my $res = $client->getAvatars()->get;

Get avatars

Returns a JIRA::API::Avatars.

storeAvatar

my $res = $client->storeAvatar()->get;

Load avatar

Returns a JIRA::API::Avatar.

deleteAvatar

my $res = $client->deleteAvatar()->get;

Delete avatar

getAvatarImageByType

my $res = $client->getAvatarImageByType()->get;

Get avatar image by type

Returns a object. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getAvatarImageByID

my $res = $client->getAvatarImageByID()->get;

Get avatar image by ID

Returns a object. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getAvatarImageByOwner

my $res = $client->getAvatarImageByOwner()->get;

Get avatar image by owner

Returns a object. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

removeUser

my $res = $client->removeUser()->get;

Delete user

getUser

my $res = $client->getUser()->get;

Get user

Returns a JIRA::API::User.

createUser

my $res = $client->createUser()->get;

Create user

Returns a JIRA::API::User.

findBulkAssignableUsers

my $res = $client->findBulkAssignableUsers()->get;

Find users assignable to projects

Returns an array of JIRA::API::User.

findAssignableUsers

my $res = $client->findAssignableUsers()->get;

Find users assignable to issues

Returns an array of JIRA::API::User.

bulkGetUsers

my $res = $client->bulkGetUsers()->get;

Bulk get users

Returns a JIRA::API::PageBeanUser.

bulkGetUsersMigration

my $res = $client->bulkGetUsersMigration()->get;

Get account IDs for users

Returns an array of JIRA::API::UserMigrationBean.

resetUserColumns

my $res = $client->resetUserColumns()->get;

Reset user default columns

getUserDefaultColumns

my $res = $client->getUserDefaultColumns()->get;

Get user default columns

Returns an array of JIRA::API::ColumnItem.

setUserColumns

my $res = $client->setUserColumns()->get;

Set user default columns

Returns a >>.

getUserEmail

my $res = $client->getUserEmail()->get;

Get user email

Returns a JIRA::API::UnrestrictedUserEmail.

getUserEmailBulk

my $res = $client->getUserEmailBulk()->get;

Get user email bulk

Returns a JIRA::API::UnrestrictedUserEmail.

getUserGroups

my $res = $client->getUserGroups()->get;

Get user groups

Returns an array of JIRA::API::GroupName.

findUsersWithAllPermissions

my $res = $client->findUsersWithAllPermissions()->get;

Find users with permissions

Returns an array of JIRA::API::User.

findUsersForPicker

my $res = $client->findUsersForPicker()->get;

Find users for picker

Returns a JIRA::API::FoundUsers.

getUserPropertyKeys

my $res = $client->getUserPropertyKeys()->get;

Get user property keys

Returns a JIRA::API::PropertyKeys.

deleteUserProperty

my $res = $client->deleteUserProperty()->get;

Delete user property

getUserProperty

my $res = $client->getUserProperty()->get;

Get user property

Returns a JIRA::API::EntityProperty.

setUserProperty

my $res = $client->setUserProperty()->get;

Set user property

Returns a ">>. Returns a "

findUsers

my $res = $client->findUsers()->get;

Find users

Returns an array of JIRA::API::User.

findUsersByQuery

my $res = $client->findUsersByQuery()->get;

Find users by query

Returns a JIRA::API::PageBeanUser.

findUserKeysByQuery

my $res = $client->findUserKeysByQuery()->get;

Find user keys by query

Returns a JIRA::API::PageBeanUserKey.

findUsersWithBrowsePermission

my $res = $client->findUsersWithBrowsePermission()->get;

Find users with browse permission

Returns an array of JIRA::API::User.

getAllUsersDefault

my $res = $client->getAllUsersDefault()->get;

Get all users default

Returns an array of JIRA::API::User.

getAllUsers

my $res = $client->getAllUsers()->get;

Get all users

Returns an array of JIRA::API::User.

createVersion

my $res = $client->createVersion()->get;

Create version

Returns a JIRA::API::Version.

deleteVersion

my $res = $client->deleteVersion()->get;

Delete version

getVersion

my $res = $client->getVersion()->get;

Get version

Returns a JIRA::API::Version.

updateVersion

my $res = $client->updateVersion()->get;

Update version

Returns a JIRA::API::Version.

mergeVersions

my $res = $client->mergeVersions()->get;

Merge versions

Returns a >>.

moveVersion

my $res = $client->moveVersion()->get;

Move version

Returns a JIRA::API::Version.

getVersionRelatedIssues

my $res = $client->getVersionRelatedIssues()->get;

Get version's related issues count

Returns a JIRA::API::VersionIssueCounts.

deleteAndReplaceVersion

my $res = $client->deleteAndReplaceVersion()->get;

Delete and replace version

Returns a >>.

getVersionUnresolvedIssues

my $res = $client->getVersionUnresolvedIssues()->get;

Get version's unresolved issues count

Returns a JIRA::API::VersionUnresolvedIssuesCount.

deleteWebhookById

my $res = $client->deleteWebhookById()->get;

Delete webhooks by ID

Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getDynamicWebhooksForApp

my $res = $client->getDynamicWebhooksForApp()->get;

Get dynamic webhooks for app

Returns a JIRA::API::PageBeanWebhook. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

registerDynamicWebhooks

my $res = $client->registerDynamicWebhooks()->get;

Register dynamic webhooks

Returns a JIRA::API::ContainerForRegisteredWebhooks. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getFailedWebhooks

my $res = $client->getFailedWebhooks()->get;

Get failed webhooks

Returns a JIRA::API::FailedWebhooks. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

refreshWebhooks

my $res = $client->refreshWebhooks()->get;

Extend webhook life

Returns a JIRA::API::WebhooksExpirationDate. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getAllWorkflows

my $res = $client->getAllWorkflows()->get;

Get all workflows

Returns an array of JIRA::API::DeprecatedWorkflow.

createWorkflow

my $res = $client->createWorkflow()->get;

Create workflow

Returns a JIRA::API::WorkflowIDs.

getWorkflowTransitionRuleConfigurations

my $res = $client->getWorkflowTransitionRuleConfigurations()->get;

Get workflow transition rule configurations

Returns a JIRA::API::PageBeanWorkflowTransitionRules. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

updateWorkflowTransitionRuleConfigurations

my $res = $client->updateWorkflowTransitionRuleConfigurations()->get;

Update workflow transition rule configurations

Returns a JIRA::API::WorkflowTransitionRulesUpdateErrors. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

deleteWorkflowTransitionRuleConfigurations

my $res = $client->deleteWorkflowTransitionRuleConfigurations()->get;

Delete workflow transition rule configurations

Returns a JIRA::API::WorkflowTransitionRulesUpdateErrors. Returns a JIRA::API::ErrorCollection. Returns a JIRA::API::ErrorCollection.

getWorkflowsPaginated

my $res = $client->getWorkflowsPaginated()->get;

Get workflows paginated

Returns a JIRA::API::PageBeanWorkflow. Returns a JIRA::API::ErrorCollection.

deleteWorkflowTransitionProperty

my $res = $client->deleteWorkflowTransitionProperty()->get;

Delete workflow transition property

getWorkflowTransitionProperties

my $res = $client->getWorkflowTransitionProperties()->get;

Get workflow transition properties

Returns a JIRA::API::WorkflowTransitionProperty.

createWorkflowTransitionProperty

my $res = $client->createWorkflowTransitionProperty()->get;

Create workflow transition property

Returns a JIRA::API::WorkflowTransitionProperty.

updateWorkflowTransitionProperty

my $res = $client->updateWorkflowTransitionProperty()->get;

Update workflow transition property

Returns a JIRA::API::WorkflowTransitionProperty.

deleteInactiveWorkflow

my $res = $client->deleteInactiveWorkflow()->get;

Delete inactive workflow

getAllWorkflowSchemes

my $res = $client->getAllWorkflowSchemes()->get;

Get all workflow schemes

Returns a JIRA::API::PageBeanWorkflowScheme.

createWorkflowScheme

my $res = $client->createWorkflowScheme()->get;

Create workflow scheme

Returns a JIRA::API::WorkflowScheme.

getWorkflowSchemeProjectAssociations

my $res = $client->getWorkflowSchemeProjectAssociations()->get;

Get workflow scheme project associations

Returns a JIRA::API::ContainerOfWorkflowSchemeAssociations.

assignSchemeToProject

my $res = $client->assignSchemeToProject()->get;

Assign workflow scheme to project

Returns a >>.

deleteWorkflowScheme

my $res = $client->deleteWorkflowScheme()->get;

Delete workflow scheme

Returns a >>.

getWorkflowScheme

my $res = $client->getWorkflowScheme()->get;

Get workflow scheme

Returns a JIRA::API::WorkflowScheme.

updateWorkflowScheme

my $res = $client->updateWorkflowScheme()->get;

Update workflow scheme

Returns a JIRA::API::WorkflowScheme.

createWorkflowSchemeDraftFromParent

my $res = $client->createWorkflowSchemeDraftFromParent()->get;

Create draft workflow scheme

Returns a JIRA::API::WorkflowScheme.

deleteDefaultWorkflow

my $res = $client->deleteDefaultWorkflow()->get;

Delete default workflow

Returns a JIRA::API::WorkflowScheme.

getDefaultWorkflow

my $res = $client->getDefaultWorkflow()->get;

Get default workflow

Returns a JIRA::API::DefaultWorkflow.

updateDefaultWorkflow

my $res = $client->updateDefaultWorkflow()->get;

Update default workflow

Returns a JIRA::API::WorkflowScheme.

deleteWorkflowSchemeDraft

my $res = $client->deleteWorkflowSchemeDraft()->get;

Delete draft workflow scheme

getWorkflowSchemeDraft

my $res = $client->getWorkflowSchemeDraft()->get;

Get draft workflow scheme

Returns a JIRA::API::WorkflowScheme.

updateWorkflowSchemeDraft

my $res = $client->updateWorkflowSchemeDraft()->get;

Update draft workflow scheme

Returns a JIRA::API::WorkflowScheme.

deleteDraftDefaultWorkflow

my $res = $client->deleteDraftDefaultWorkflow()->get;

Delete draft default workflow

Returns a JIRA::API::WorkflowScheme.

getDraftDefaultWorkflow

my $res = $client->getDraftDefaultWorkflow()->get;

Get draft default workflow

Returns a JIRA::API::DefaultWorkflow.

updateDraftDefaultWorkflow

my $res = $client->updateDraftDefaultWorkflow()->get;

Update draft default workflow

Returns a JIRA::API::WorkflowScheme.

deleteWorkflowSchemeDraftIssueType

my $res = $client->deleteWorkflowSchemeDraftIssueType()->get;

Delete workflow for issue type in draft workflow scheme

Returns a JIRA::API::WorkflowScheme.

getWorkflowSchemeDraftIssueType

my $res = $client->getWorkflowSchemeDraftIssueType()->get;

Get workflow for issue type in draft workflow scheme

Returns a JIRA::API::IssueTypeWorkflowMapping.

setWorkflowSchemeDraftIssueType

my $res = $client->setWorkflowSchemeDraftIssueType()->get;

Set workflow for issue type in draft workflow scheme

Returns a JIRA::API::WorkflowScheme.

publishDraftWorkflowScheme

my $res = $client->publishDraftWorkflowScheme()->get;

Publish draft workflow scheme

Returns a JIRA::API::TaskProgressBeanObject.

deleteDraftWorkflowMapping

my $res = $client->deleteDraftWorkflowMapping()->get;

Delete issue types for workflow in draft workflow scheme

getDraftWorkflow

my $res = $client->getDraftWorkflow()->get;

Get issue types for workflows in draft workflow scheme

Returns a JIRA::API::IssueTypesWorkflowMapping.

updateDraftWorkflowMapping

my $res = $client->updateDraftWorkflowMapping()->get;

Set issue types for workflow in workflow scheme

Returns a JIRA::API::WorkflowScheme.

deleteWorkflowSchemeIssueType

my $res = $client->deleteWorkflowSchemeIssueType()->get;

Delete workflow for issue type in workflow scheme

Returns a JIRA::API::WorkflowScheme.

getWorkflowSchemeIssueType

my $res = $client->getWorkflowSchemeIssueType()->get;

Get workflow for issue type in workflow scheme

Returns a JIRA::API::IssueTypeWorkflowMapping.

setWorkflowSchemeIssueType

my $res = $client->setWorkflowSchemeIssueType()->get;

Set workflow for issue type in workflow scheme

Returns a JIRA::API::WorkflowScheme.

deleteWorkflowMapping

my $res = $client->deleteWorkflowMapping()->get;

Delete issue types for workflow in workflow scheme

getWorkflow

my $res = $client->getWorkflow()->get;

Get issue types for workflows in workflow scheme

Returns a JIRA::API::IssueTypesWorkflowMapping.

updateWorkflowMapping

my $res = $client->updateWorkflowMapping()->get;

Set issue types for workflow in workflow scheme

Returns a JIRA::API::WorkflowScheme.

getIdsOfWorklogsDeletedSince

my $res = $client->getIdsOfWorklogsDeletedSince()->get;

Get IDs of deleted worklogs

Returns a JIRA::API::ChangedWorklogs.

getWorklogsForIds

my $res = $client->getWorklogsForIds()->get;

Get worklogs

Returns an array of JIRA::API::Worklog.

getIdsOfWorklogsModifiedSince

my $res = $client->getIdsOfWorklogsModifiedSince()->get;

Get IDs of updated worklogs

Returns a JIRA::API::ChangedWorklogs.

AddonPropertiesResource_getAddonProperties_get

my $res = $client->AddonPropertiesResource_getAddonProperties_get()->get;

Get app properties

Returns a JIRA::API::PropertyKeys. Returns a JIRA::API::OperationMessage.

AddonPropertiesResource_deleteAddonProperty_delete

my $res = $client->AddonPropertiesResource_deleteAddonProperty_delete()->get;

Delete app property

Returns a JIRA::API::OperationMessage. Returns a JIRA::API::OperationMessage. Returns a JIRA::API::OperationMessage.

AddonPropertiesResource_getAddonProperty_get

my $res = $client->AddonPropertiesResource_getAddonProperty_get()->get;

Get app property

Returns a JIRA::API::EntityProperty. Returns a JIRA::API::OperationMessage. Returns a JIRA::API::OperationMessage. Returns a JIRA::API::OperationMessage.

AddonPropertiesResource_putAddonProperty_put

my $res = $client->AddonPropertiesResource_putAddonProperty_put()->get;

Set app property

Returns a JIRA::API::OperationMessage. Returns a JIRA::API::OperationMessage. Returns a JIRA::API::OperationMessage. Returns a JIRA::API::OperationMessage.

DynamicModulesResource_removeModules_delete

my $res = $client->DynamicModulesResource_removeModules_delete()->get;

Remove modules

Returns a JIRA::API::ErrorMessage.

DynamicModulesResource_getModules_get

my $res = $client->DynamicModulesResource_getModules_get()->get;

Get modules

Returns a JIRA::API::ConnectModules. Returns a JIRA::API::ErrorMessage.

DynamicModulesResource_registerModules_post

my $res = $client->DynamicModulesResource_registerModules_post()->get;

Register modules

Returns a JIRA::API::ErrorMessage. Returns a JIRA::API::ErrorMessage.

AppIssueFieldValueUpdateResource_updateIssueFields_put

my $res = $client->AppIssueFieldValueUpdateResource_updateIssueFields_put()->get;

Bulk update custom field value

Returns a >>.

MigrationResource_updateEntityPropertiesValue_put

my $res = $client->MigrationResource_updateEntityPropertiesValue_put()->get;

Bulk update entity properties

MigrationResource_workflowRuleSearch_post

my $res = $client->MigrationResource_workflowRuleSearch_post()->get;

Get workflow transition rule configurations

Returns a JIRA::API::WorkflowRulesSearchDetails.

90 POD Errors

The following errors were encountered while parsing the POD:

Around line 43:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< ... > sequence

Around line 56:

Unterminated L< ... > sequence

Around line 76:

Unterminated L< ... > sequence

Around line 86:

Unterminated L< ... > sequence

Around line 274:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< X< ... > > sequence

Around line 344:

Unterminated L< ... > sequence

Around line 355:

Unterminated L< ... > sequence

Around line 476:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< ... > sequence

Around line 487:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< ... > sequence

Around line 528:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< X< ... > > sequence

Around line 666:

Unterminated L< ... > sequence

Around line 706:

Unterminated L< ... > sequence

Around line 746:

Unterminated L< ... > sequence

Around line 756:

Unterminated L< ... > sequence

Around line 766:

Unterminated L< ... > sequence

Around line 776:

Unterminated L< ... > sequence

Around line 816:

Unterminated L< ... > sequence

Around line 835:

Unterminated L< ... > sequence

Around line 845:

Unterminated L< ... > sequence

Around line 915:

Unterminated L< ... > sequence

Around line 970:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< ... > sequence

Around line 984:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< ... > sequence

Around line 1018:

Unterminated L< ... > sequence

Around line 1028:

Unterminated L< ... > sequence

Around line 1048:

Unterminated L< ... > sequence

Around line 1098:

Unterminated L< ... > sequence

Around line 1108:

Unterminated L< ... > sequence

Around line 1118:

Unterminated L< ... > sequence

Around line 1128:

Unterminated L< ... > sequence

Around line 1138:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< ... > sequence

Around line 1271:

Unterminated L< ... > sequence

Around line 1301:

Unterminated L< ... > sequence

Around line 1566:

Unterminated L< ... > sequence

Around line 1576:

Unterminated L< ... > sequence

Around line 1675:

Unterminated L< ... > sequence

Around line 1714:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< X< ... > > sequence

Around line 1774:

Unterminated L< ... > sequence

Around line 1794:

Unterminated L< ... > sequence

Around line 1823:

Unterminated L< ... > sequence

Around line 1852:

Unterminated L< ... > sequence

Around line 1940:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< X< ... > > sequence

Around line 1951:

Unterminated L< ... > sequence

Around line 2167:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< X< ... > > sequence

Around line 2218:

Unterminated L< ... > sequence

Around line 2228:

Unterminated L< ... > sequence

Around line 2238:

Unterminated L< ... > sequence

Around line 2248:

Unterminated L< ... > sequence

Around line 2258:

Unterminated L< ... > sequence

Around line 2268:

Unterminated L< ... > sequence

Around line 2318:

Unterminated L< ... > sequence

Around line 2328:

Unterminated L< ... > sequence

Around line 2338:

Unterminated L< ... > sequence

Around line 2348:

Unterminated L< ... > sequence

Around line 2358:

Unterminated L< ... > sequence

Around line 2368:

Unterminated L< ... > sequence

Around line 2428:

Unterminated L< ... > sequence

Around line 2544:

Unterminated L< ... > sequence

Around line 2554:

Unterminated L< ... > sequence

Around line 2574:

Unterminated L< ... > sequence

Around line 2639:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< ... > sequence

Around line 2653:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< ... > sequence

Around line 2667:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< ... > sequence

Around line 2681:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< ... > sequence

Around line 2838:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< ... > sequence

Around line 2852:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< ... > sequence

Around line 2902:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< ... > sequence

Around line 3025:

Unterminated L< ... > sequence

Around line 3035:

Unterminated L< ... > sequence

Around line 3153:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< X< ... > > sequence

Around line 3283:

Unterminated L< ... > sequence

Around line 3455:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< ... > sequence

Around line 3469:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< ... > sequence

Around line 3519:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< ... > sequence

Around line 3642:

Unterminated L< ... > sequence

Around line 3749:

Unterminated L< ... > sequence

Around line 3759:

Unterminated L< ... > sequence

Around line 3798:

Unterminated L< ... > sequence

Around line 3858:

Unterminated L< ... > sequence

Around line 3908:

Unterminated L< ... > sequence

Around line 3938:

Unterminated L< ... > sequence

Around line 3968:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< ... > sequence

Around line 4002:

Unterminated L< ... > sequence

Around line 4012:

Unterminated L< ... > sequence

Around line 4180:

Unterminated L< ... > sequence

Around line 4269:

Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors.

Unterminated L< X< ... > > sequence

Around line 4379:

Unterminated L< ... > sequence

Around line 4409:

Unterminated L< ... > sequence

Around line 4633:

Unterminated L< ... > sequence

Around line 4643:

Unterminated L< ... > sequence

Around line 5011:

Unterminated L< ... > sequence