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

jira: Truncate field headers #56

Merged
merged 1 commit into from
Sep 19, 2024
Merged

jira: Truncate field headers #56

merged 1 commit into from
Sep 19, 2024

Conversation

lhh
Copy link
Owner

@lhh lhh commented Sep 19, 2024

When truncating fields, we were preserving the full width of the field name but truncating the field values. For example, one could end up like so if using "issuetype:5,summary" as the fields option:

key | issuetype | summary
TEST-1 | Feat… | whatever

This makes it:

key | issu… | summary
TEST-1 | Feat… | whatever

When truncating fields, we were preserving the full width of the field name
but truncating the field values.  For example, one could end up like so if
using "issuetype:5,summary" as the fields option:

  key    | issuetype | summary
  TEST-1 | Feat…     | whatever

This makes it:

  key    | issu… | summary
  TEST-1 | Feat… | whatever
@lhh lhh merged commit da73e4a into main Sep 19, 2024
4 checks passed
@lhh lhh deleted the truncate_by_specified_width branch September 19, 2024 19:36
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.

1 participant