Size Limit of Source Control - Attribute Definition
Accepted answer
The limit is 250 bytes and the limit is enforced when you apply these attributes to the items and not when the attribute is created.
Comments
I was just trying to manually set the value and got below error for more than 1001 bytes is not allowed. Could you confirm ?
Here is the error : Validation errors for item:Value of attribute mediumStringExtensions.value is 1001 bytes, which is greater than the allowed encoded length of 1000 bytes.
I would suggest Rakesh tries to get the messages and the context straight. Otherwise, your answer is likely correct for SCM attributes. The UI's might impose more restrictions. I have not tried what yu can do in which UI with the SCM attributes.
So, what it the size limit ? I didn't get it clearly.
2 other answers
Comments
Can you investigate and confirm why there is a difference in the documentation and the actual behavior before we proceed with our software implementation ?
Value of attribute "mediumStringExtensions.value" is 1001 bytes, which is greater than the allowed encoded length of 1000 bytes
(We need this behavior of 1000bytes limit for SCM attribute as we are developing a software that needs 1000bytes for an SCM attributes).
I would suggest to create a case with support then.
Comments
Katie Neale
Jul 14 '20, 4:28 p.m.Thanks for this topic. I was going to post the same problem and now I find a solution!