-
Notifications
You must be signed in to change notification settings - Fork 2
New: Added datetime parsing for visualization #209
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
base: main
Are you sure you want to change the base?
Conversation
|
@mixaaaa please rebase and create on single commit following the commit guidelines. |
|
you know how much i love rebasing ;) finished |
|
Please create a commit like |
|
@mixaaaa you have to fix your commit message to follow conventional commits. |
|
You have to change the commit not the title of the pull request. |
ff87869 to
c8cf696
Compare
| const customFields = attrs.customFieldIds || 'priority,created,assignee,issuetype,summary' | ||
| doc.getLogger().info(`customFields: ${customFields}`) | ||
| const customFieldIds = customFields.split(',').map(customField => customField.split('.')[0]) | ||
| doc.getLogger().info(`customFieldIds: ${customFieldIds}`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create on logging entry with loglevel debug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A friendly reminder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Description
Add option to parse a date and specify an output date in blockmacro output.
Issues Resolved
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.