When using the Jira synchronization, if the user writes {text} in the Jira summary, it can be 1k or 2k long. Jira only supports 254 characters.
We must limit it to 254 characters.
By the way, I've also added support for {@property} in Jira labels,
But we don't support the {@property} syntax for the Components field yet, since we need to wait for the release of the Jira side.
Also, if {@property} is a list of items, it only creates... 1 label with a concatenation of all items, which is very ugly. So please stick to 1 value for the moment.
When using the Jira synchronization, if the user writes {text} in the Jira summary, it can be 1k or 2k long. Jira only supports 254 characters.
We must limit it to 254 characters.
By the way, I've also added support for {@property} in Jira labels,
But we don't support the {@property} syntax for the Components field yet, since we need to wait for the release of the Jira side.
Also, if {@property} is a list of items, it only creates... 1 label with a concatenation of all items, which is very ugly. So please stick to 1 value for the moment.