Discussion

Ask a Question
ANSWERED

Multi-selection Option under Custom Field

I want to disable some field types from a multi-selection list when NONE or NOT RELATED is selected. I want to steer clear of any confusion because selecting NONE and other field types in the same category won't make sense.
ANSWERED

How can I get hours from user ?

Hi, I want to do something like the Timesheet, what is the request to send in order to get the time per day per entity within the current month please ? I can get a User using : GET /api/v1/Users?&include=[Id, Email]&where=Email eq '[email protected]' But i don't know how to add these additional information. Thank you
ANSWERED

Unable to authorize through access_token

I wouldl like to access API through access_token generated from my profile but when I try to I always end up with Unauthorized error. I have single-sign-on enabled and my query looks like this: "/bugs/&access_token={token_value}=". However I am able to access API with my TP credentials but I need to get it done with access_token.
ANSWERED

Github & targetprocess integration

Hi everyone I want to use Github & tp integration with this scenario When a developer creates a pull request → TargetProcess creates a comment with a link on this pull request in the certain ticket Could you help me and describe how can I realize that scenario with tp's integrations
ANSWERED

Move bug to the next level

I what move bug from Ready for build to In Build state using API. Have you got simple command or I need to get list of State ids and then set EntityState with this ID?
ANSWERED

Change entity state field of bug

Hello I am trying to change Entity state field of bug using curl. curl -g --header "Content-type: application/json" --url "https://photomasterlabs.tpondemand.com/v1/Bugs/21716?format=json&access_token=TOKEN" --data "{EntityState:{Id:157}}" TOKEN - valid token But every time I get "Sorry, you do not have permissions to access requested resource." What is the problem with such using of api?
ANSWERED

Get URL of Bug or Task using API

I could get JSON info about bugs of project. But I need to get URLs of this bugs. How could I do this using your API?
ANSWERED

Using V1 custom fields value is blank

Hi I am calling the features endpoint I can return all data, however all of my custom field values are NULL as shown below [1] => Array ( [Name] => Show on Roadmap [Type] => CheckBox [Value] => ) What am I missing, using PHP with curl and endpoint /api/v1/Features/?format=json&token=XXXXXXX Thanks in advance Mike
ANSWERED

Bigger font needed for report title for TV

We have a TV which displays our 6 scrum team's burndown charts which rotate using a Chrome extension. Problem is that we need to make the report name font much bigger and also the line on the burndown chart much heavier. Anyone here who could help us out with this? Thanks :)
ANSWERED

REST API in Curl

Hey I was using TP's api to update some fields I got them successfully working in Postman rest client: https://myaccount.tpondemand.com/api/v1/Assignables/7246?include=[EntityType[Name]]&access_token=MTM..... Now i want to use this in curl command: curl -k -H "access_token:MTM..." -i "[EntityType[Name]]" "https://myaccount.tpondemand.com/api/v1/Assignables/7246" This gives me the following error: curl: (3) [globbing] bad range in column 2 then a lot of json and XML response i am getting