...
Code Block |
---|
--notifyUsers --no-notifyUser |
Date Flags
Most of the time Date Flags/Arguments can be specified in two ways. Following examples specifies the same instant in time.
UNIX timestamp in milliseconds. Example: 1524815284277
ISO 8601 string format. Example: 2018-04-27T07:48:04+00:00
Unfortunately some commands may accept only one of them, so be careful. You can use following site to convert between two formats: https://www.unixtimestamp.com/index.php. Note that, this site expects timestamp in seconds but Jira expects it in milliseconds, so don’t forget to divide by 1000 or multiply by 1000 to convert between them.
Help
You can use ‘--help' to see all available arguments and flags for a command.
...