Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide mechanism to help parsing entries to push to JIRA, et al. #11

Open
seeruk opened this issue May 4, 2017 · 1 comment
Open

Comments

@seeruk
Copy link
Owner

seeruk commented May 4, 2017

Currently this is pretty difficult because it involves parsing the note itself. If there were optionally (i.e. enabled via configuration) another column to put an issue ID in, then it would make parsing the entries trivial by some script that could push the timesheet to something like JIRA.

@seeruk
Copy link
Owner Author

seeruk commented May 8, 2017

As suggested by @cj123, this could be interpreted when a user adds an entry. For example, a message like the following:

$ tid start "TID-11: Parsing issue IDs"

...could easily be parsed into 2 pieces of information. The ticket ID TID-11 and the actual note Parsing issue IDs.

Of course, other commands would also have to play nice with this. It's probably best when dealing with management commands to actually be able to update the individual pieces of information. For example:

$ tid e u 9f2e00d --note="Parsing ticket numbers" --issue="TID-12"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant