Issue with adding editable attributes to Artifact Type
I created Artifact Type with 4 attributes(some string and some boolean) and created few artifacts with this type.
Later I added few more attributes(integer) to the same Artifact Type. I get a view of added attributes in all screens and I can view them by changing column display properties. However if I create more artifacts with this artifact type(i.e. after adding additional attributes), I can edit only original attributes but not additional attributes which were added later.
I tried it in editor also and in columns also but only original attributes are editable not newly added attributes.
Is there a limitation that attributes can not be added to artifact type later on?
3 answers
Hi,
I had a similar issue and if I remember correctly , it was because of the used ID.
I created an attribute with com.xxx.yyy.zzz.myattribute and was not able to edit it.
I then changed the id to myattribute and it worked.
But before that ensure that you have all the cach issues eliminated.
1) go to Modify this project area
2) add space or whatever in the description
3) save
==> this forces the Web Client to reload the Project Process
have also a look at
https://jazz.net/library/article/529
hope this helps
erwin