App-TimeTracker-Command-Jira

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.9       2025-12-12 15:00:11+02:00 Europe/Vienna

    - Allow Jira token authentication (Jozef Kutej)

0.8       2019-05-09 16:24:11+02:00 Europe/Zurich

    - Tidied up POD (Mohammad S Anwar)

0.7       2019-05-09 15:49:11+02:00 Europe/Zurich

    - Make username and password Jira credentials optional and point to option where those can be stored encrypted via Config::Identity

0.6       2017-07-27 16:51:16+02:00 Europe/Zurich

    - Branch selection based on (immutable) ticket number (maros)
    - Load jira attribute only for commands that need it (maros)

0.5       2016-01-07 11:05:03+01:00 Europe/Vienna

   - Allow to specifiy multiple starting states for transitioning to "Start Progress"
   - Fixed github issue #1

README.md  view on Meta::CPAN

### server \[REQUIRED\]

The URL of the Jira instance (without a trailing slash).

### username \[OPTIONAL\]

Username to connect with.

### password \[OPTIONAL\]

Password to connect with. Beware: This is stored in clear text! Better use authentication via `Config::Identity` via `JIRA::REST` where the credentials can be stored GPG encrypted.

### token \[OPTIONAL\]

Token to authenticate with. Can be generated in Jira user profile.
See [https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html](https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html)

### log\_time\_spent

If set, an entry will be created in the ticket's work log

lib/App/TimeTracker/Command/Jira.pm  view on Meta::CPAN

=head3 server [REQUIRED]

The URL of the Jira instance (without a trailing slash).

=head3 username [OPTIONAL]

Username to connect with.

=head3 password [OPTIONAL]

Password to connect with. Beware: This is stored in clear text! Better use authentication via C<Config::Identity> via C<JIRA::REST> where the credentials can be stored GPG encrypted.

=head3 token [OPTIONAL]

Token to authenticate with. Can be generated in Jira user profile.
See L<https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html>

=head3 log_time_spent

If set, an entry will be created in the ticket's work log



( run in 0.395 second using v1.01-cache-2.11-cpan-0ffa90cfd1c )