Fetching UUID dynamically on Properties file
In our process we use properties file (Notepad)for saving the UUID of the particular project area
2 answers
I'm not sure what question you are asking. If you are asking how can you determine the UUID of a project area, then you might want to look at the foundation process REST API at https://jazz.net/wiki/bin/view/Main/ProcessAuthoringRestApi.
Comments
Thanks for sharing the document, this is how we do it right now. We have various project areas with different project id's(UUID's) so each time we work on a different project area we have either change the project area name and the ID manually or make 2 or 3 separate files to work accordingly. I am looking for a way if there is any to dynamically fetch the UUID and the project area name.
I do not know why you need the UUID.