The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

JIRA::REST::Class::User - A helper class for JIRA::REST::Class that represents a JIRA user as an object.

VERSION

version 0.12

READ-ONLY ACCESSORS

active

A boolean indicating whether or not the user is active.

avatarUrls

A hashref of the different sizes available for the project's avatar.

displayName

The display name of the user.

emailAddress

The email address of the user.

key

The key for the user.

name

The short name of the user.

self

The URL of the JIRA REST API for the user

timeZone

The home time zone of the user.

RELATED CLASSES

AUTHOR

Packy Anderson <packy@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2017 by Packy Anderson.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)