Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

[closed] Limit the size of summary field in WI

Hi,
My concern here is that is there any other way supported right now to limit the size of "summary" field to some fix number of characters.

The only way i can think of is writing own precondition( Though not tried yet) , but was wondering if something like this already exist.

Thanks

0 votes


The question has been closed for the following reason: "The question is answered, right answer was accepted" by rschoon Jul 24 '15, 3:22 a.m.

Accepted answer

Permanent link
Hi,
My concern here is that is there any other way supported right now to
limit the size of "summary" field to some fix number of
characters.

The only way i can think of is writing own precondition( Though not
tried yet) , but was wondering if something like this already exist.

The limit is 1024 characters, but it is currently not customizable.

This would be part of the more general topic of validation. I created an
umbrella item for this:
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/97771

--
Regards,
Patrick
Jazz Work Item Team
Ralph Schoon selected this answer as the correct answer

0 votes


2 other answers

Permanent link
Team,

I am using work item summary field and i want to restrict summary field characters to 55.

Can we do? Without any scripting.

Thanks

0 votes

Comments

i am using RTC v5.0.


Permanent link
As mentioned above the summary is a medium String/HTML and thus limited to 1024 bytes. This limit is not customizable. What you can do is:

  1. Use JavaScript and create a validator
  2. Use Java and create a validator
  3. Use Java and create a workitem save advisor plugin extension; The advisor interface is a little different to the participant interface used in Rational Team Concert Extensions Workshop but the workshop must be done to understand how this works and how to get there by Setting up Rational Team Concert for API Development

0 votes

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Oct 28 '09, 2:41 a.m.

Question was seen: 5,512 times

Last updated: Jul 24 '15, 3:22 a.m.

Confirmation Cancel Confirm