Discussion
How can I convert Custom text field to Number field in report
I am using a custom text fields to put numbers and I want to add 2 custom fields data in order to get the summation of numbers (Free text field 1 + Free text field 2) or subtract (Free ext field 2- Free text field 1) - How can I convert the text field to number in the report formula
Posted by null 1 day ago
How to change the fontSize of the RoadMap
change the fontsize for the road map view of the users
Posted by null 11 days ago
Selective fetching of tags in reports
In a table view report - How can i fetch only those Tags which has 'Name:' in it and display the word(s) mentioned after 'Name:' in the tag
Posted by Ritu 19 days ago
Retrieve any UserStrories that doesnt have a developer assigned.
Hi would it be possible to make use of an automation rule to return a list of UserStories, that dont have a developer assigned.
Posted by Patrick Paxton about 2 months ago
To Remove the Member of the team
URL:https://.tpondemand.com/api/v1/TeamMembers
How to remove the member of the team from the target process what syntax i have to pass
Posted by Iron Heart 3 months ago
Not able to Update TeamMembers
URL:https://.tpondemand.com/api/v1/TeamMembers
data = {
"User": {"Id": user_id},
"Team": {"Id": team_id}
}
I am sending this data to update the team members of the team, but its members are not updating.
Posted by Iron Heart 3 months ago
[AutomationRule]SendHttpRequest
Hello
I need to insert certificate authentication in sendHttpRequest function (with utils library). Can you help me please ?
For your information : I use Automation Rule
Posted by Sophiane 3 months ago
To update the target process TeamMember
How to update the members of the target process team using this url:https://md5.tpondemand.com/api/v1/TeamMembers/ and add the new members in the target process team is possible using https://md5.tpondemand.com/api/v1
Posted by null 3 months ago
How to connect target process with python to fetch user stories
import requests
# Define the API endpoint
endpoint = "https://tpdev.gad.local/api/v1/UserStories"
# Add your API token to the headers
headers = {
"Authorization": "Bearer [MzA6RTlPWTZ2N0hPa2tqTE5QdHFNYkVtWnhNRU5BQjNHaW1CS1ZsNWJ3SFkyTT0=]",
"Content-Type": "application/json"
}
# Make the API call and get the response
response = requests.get(endpoint, headers=headers)
# Check the response status code
if response.status_code == 200:
# Parse the JSON data
data = response.json()
# Print the user data
print(data)
else:
# Handle error
print("Error fetching user data:", response.text)
Posted by Paras Gupta 4 months ago
download attachments
How can I download attachments from a task? Thank
Posted by [email protected] 4 months ago