Discussion

Ask a Question
ANSWERED

Cycle time and lead time without blocked state

Hi all, we have a state called blocked in our process and we would like to have the calculation of the cycle time and lead time without counting the blocked days of the item. Can you please help provide a graphic that shows that data?
ANSWERED

How to set Requester

We are using API v1 and want to set Requesters when creating a request. But I can not find the documentation on how to do so?
ANSWERED

Issue with TP Requests in python.

Hello, I am trying to get data from a targetprocess URL but am constantly receiving Status Code 401 no matter what method I try. Here is my code. -------------------------------------------------------------------------------------- TargetProcess API import requests from requests.auth import HTTPDigestAuth from targetprocess.api import TargetProcessAPIClient from targetprocess.serializers import TargetProcessSerializer url = "http://' '/TargetProcess/api/v1/UserStories" userName = ' ' pwd = ' ' tp = TargetProcessAPIClient(api_url=url, user=userName, password=pwd) tp.get_collection(collection="UserStories", take=2) -------------------------------------------------------------------------------------------------- Also tried with Basic Authentication import requests from requests.auth import HTTPBasicAuth url = "http://' '/TargetProcess/api/v1/UserStories" userName = ' ' pwd = ' ' r = requests.get(url, auth=HTTPBasicAuth(userName, pwd)) print(r) # prints status ---------------------------------------------------------------------------------- In both instances I received error 401. Am I doing anything wrong? Thanks
ANSWERED

Assign Bug to TestCaseRun

Hi! How to assign bug to test case run using Rest API using bug's and test case run's ids?
ANSWERED

Where can I find the "List Columns Resizer" as it doesn't show in the library

Where can I find the "List Columns Resizer" as it doesn't show in the library
ANSWERED

Our REST API script is no longer able to connect to Targetprocess. It used to work before.

In our REST API script, we are getting error like "Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host." Today we got a problems when use third party library to send request. The following message is also shown: "The underlying connection was closed: An unexpected error occurred on a send."
ANSWERED

Is that possible to create markdown template ?

I would like to create a markdown template and apply in the description of tasks. I don't want to write main template for each task. Is that possible to create a template inside of target process and apply it ?
ANSWERED

Mashups location?

Hi, The support ask me to send all my Mashups. In wich directory I can find them? Regards, Ali Skika
ANSWERED

Datediff Method

How can I access the `Datediff()` method in the New Custom formula Metric? Is the syntax the same as visual reports? Is there a centralized documentation of the syntax, classes, and methods for this?
ANSWERED

Hi, Is it possible to have a pop up appear by means of a mashup when a web hook is triggered or a particular change of project in a US or bug is done?