Setting Template Link Options

You can set template link options for your template links by customizing the URL's query string.

Please note that data in the query string could be present in logs. Excluding sensitive data is advised.

To customize a template link query string

  1. In the Administration section, click Manage Templates.
  2. Select the template for which you want to create a link.
  3. In the template Details pane, click Copy.
  4. Paste the link into a text editor, such as Notepad.
  5. Add a question mark character (i.e. ?) to the end of the URL. This character marks the beginning of the query string.
  6. After the question mark, add one or more template link options to your URL. Separate each option with an ampersand character (i.e. &).

You can now copy the URL and paste into your own content.

Query String Example

The following template link is an example of a URL including a query string that enables users to bypass the Create Work Item dialog. When using the bypasscreatedialog parameter, you must also include the workgroupid parameter.

https://yourtenancy.yourorganization.com/templates/dc53820a-3f51-40d4-a4b2-bae08d8feaa4/create-work-item?workgroupid=a8af0513-9bfb-4821-9fb3-67f299f01053&bypasscreatedialog=true

Spaces in string values must be replaced with the escaped space character, %20. For example if you want to use the work item name parameter with the value Commercial Lease, it must appear in the URL as Commercial%20Lease.