Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Implement scheduled issues #9

Closed
billp opened this issue Jun 23, 2020 · 0 comments
Closed

Implement scheduled issues #9

billp opened this issue Jun 23, 2020 · 0 comments
Assignees
Labels

Comments

@billp
Copy link
Owner

billp commented Jun 23, 2020

The user should be able to register one or more issues he wants to log every day (like stand up meeting)

The tool will provide the following commands in order to add or remove repeatable issues.

jira-logwork scheduled add XYZ-123 --repeat=[REPEAT] --date=[DATE] --start=[START-TIME] --duration=[DURATION] 
jira-logwork scheduled remove XYZ-123
jira-logwork scheduled list

[REPEAT]: An integer that indicates the day of the week that this issue will be repeated.

0: Every day
1: Monday
2: Tuesday
3: Wednesday
4: Thursday
5: Friday
6: Saturday
7: Sunday

[DATE]: The date that the issue will be scheduled in MM/DD/YYYY format.
[START TIME]: Time in 24h format, e.g. 10:00
[DURATION]: String representation of duration, e.g. 30m, 1h30m, etc.

@sotcha what do you think?

@billp billp added the feature label Jun 23, 2020
@billp billp self-assigned this Jun 23, 2020
@billp billp closed this as completed Jun 23, 2020
@billp billp reopened this Jun 23, 2020
@billp billp closed this as completed Jun 23, 2020
@billp billp reopened this Jun 24, 2020
@billp billp changed the title Implement repeatable issues Implement scheduled issues Jul 6, 2020
@billp billp closed this as completed in ee77896 Jul 13, 2020
billp added a commit that referenced this issue Jul 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant