Skip to content

Conversation

@mixaaaa
Copy link

@mixaaaa mixaaaa commented Feb 26, 2025

Description

Add option to parse a date and specify an output date in blockmacro output.

Issues Resolved

  1. Issue 206

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.

@uniqueck
Copy link
Owner

uniqueck commented Mar 1, 2025

@mixaaaa please rebase and create on single commit following the commit guidelines.

@mixaaaa
Copy link
Author

mixaaaa commented Mar 4, 2025

you know how much i love rebasing ;) finished

@mixaaaa mixaaaa changed the title Feature/206 New: Feature/206 Mar 11, 2025
@mixaaaa mixaaaa changed the title New: Feature/206 New: Added datetime parsing for visualization Mar 11, 2025
@uniqueck
Copy link
Owner

Please create a commit like New: <describe your feature in a short sentence>

@uniqueck
Copy link
Owner

uniqueck commented Apr 13, 2025

@mixaaaa you have to fix your commit message to follow conventional commits.

@uniqueck
Copy link
Owner

You have to change the commit not the title of the pull request.

@mixaaaa mixaaaa force-pushed the feature/206 branch 2 times, most recently from ff87869 to c8cf696 Compare April 28, 2025 14:35
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}`)
Copy link
Owner

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

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A friendly reminder.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants