cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Is there a method for updating the Project level parameters via the command line interface?

rteifke
8-Gravel

Is there a method for updating the Project level parameters via the command line interface?

Is there a method for updating the Project level parameters via the command line interface?

1 ACCEPTED SOLUTION

Accepted Solutions
DanR.
10-Marble
(To:rteifke)

im editproject --name=<value> --project=<project> --description=<value> --permittedAdministrators=u=user1;g=group1

View solution in original post

3 REPLIES 3
DanR.
10-Marble
(To:rteifke)

What parameters would you be updating? The description, permitted Admins, Groups, project?

rteifke
8-Gravel
(To:DanR.)

They are Project Parameters. I would like to update/modify the Parameter Value from an HTML page or External PC Based Application(using the command line interface). We have a base set of parameters that are set at the requiremnts level, they then need some calculations to be performed on them to create test level parameters which need to set at the project level so that various test cases can have access to them.

DanR.
10-Marble
(To:rteifke)

im editproject --name=<value> --project=<project> --description=<value> --permittedAdministrators=u=user1;g=group1

Top Tags