Skip to main content
Server path: /adobe-workfront | Type: Application | PCID required: Yes

Tools

ToolDescription
adobe_workfront_create_issueCreate a new issue in a project
adobe_workfront_create_projectCreate a new project
adobe_workfront_create_taskCreate a new task in a project
adobe_workfront_delete_issueDelete an issue by ID
adobe_workfront_delete_projectDelete a project by ID
adobe_workfront_delete_taskDelete a task by ID
adobe_workfront_get_current_userGet the currently authenticated user
adobe_workfront_get_documentGet a document by ID
adobe_workfront_get_issueGet an issue by ID
adobe_workfront_get_portfolioGet a portfolio by ID
adobe_workfront_get_projectGet a project by ID
adobe_workfront_get_taskGet a task by ID
adobe_workfront_get_teamGet a team by ID
adobe_workfront_get_userGet a user by ID
adobe_workfront_log_hoursLog hours against a task or project
adobe_workfront_search_documentsSearch for documents matching filter criteria
adobe_workfront_search_hoursSearch for hour entries matching filter criteria
adobe_workfront_search_issuesSearch for issues matching filter criteria
adobe_workfront_search_portfoliosSearch for portfolios matching filter criteria
adobe_workfront_search_projectsSearch for projects matching filter criteria
adobe_workfront_search_tasksSearch for tasks matching filter criteria
adobe_workfront_search_teamsSearch for teams matching filter criteria
adobe_workfront_search_usersSearch for users matching filter criteria
adobe_workfront_update_issueUpdate an existing issue
adobe_workfront_update_projectUpdate an existing project
adobe_workfront_update_taskUpdate an existing task

adobe_workfront_create_issue

Create a new issue in a project Parameters:
ParameterTypeRequiredDefaultDescription
namestringYesIssue name
projectIDstringYesID of the project to create the issue in
statusstringNoStatus code (NEW=New, INP=In Progress, default NEW)
descriptionstringNoIssue description
assignedToIDstringNoUser ID to assign the issue to
priorityintegerNoPriority level (0=None, 1=Low, 2=Normal, 3=High, 4=Urgent)
opTaskTypestringNoIssue type (BUG=Bug Report, CHG=Change Order, ISU=Issue, REQ=Request)

adobe_workfront_create_project

Create a new project Parameters:
ParameterTypeRequiredDefaultDescription
namestringYesProject name
statusstringNoStatus code (CUR=Current, PLN=Planning, default PLN)
descriptionstringNoProject description
plannedStartDatestringNoPlanned start date (ISO 8601 format)
plannedCompletionDatestringNoPlanned completion date (ISO 8601 format)
priorityintegerNoPriority level (0=None, 1=Low, 2=Normal, 3=High, 4=Urgent)
ownerIDstringNoUser ID to assign as project owner
portfolioIDstringNoPortfolio ID to assign the project to

adobe_workfront_create_task

Create a new task in a project Parameters:
ParameterTypeRequiredDefaultDescription
namestringYesTask name
projectIDstringYesID of the project to create the task in
statusstringNoStatus code (NEW=New, INP=In Progress, default NEW)
descriptionstringNoTask description
assignedToIDstringNoUser ID to assign the task to
plannedStartDatestringNoPlanned start date (ISO 8601 format)
plannedCompletionDatestringNoPlanned completion date (ISO 8601 format)
priorityintegerNoPriority level (0=None, 1=Low, 2=Normal, 3=High, 4=Urgent)
parentIDstringNoParent task ID (for creating subtasks)

adobe_workfront_delete_issue

Delete an issue by ID Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesThe issue ID to delete
forcebooleanNoSet to true to force delete

adobe_workfront_delete_project

Delete a project by ID Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesThe project ID to delete
forcebooleanNoSet to true to force delete even if the project has tasks or issues

adobe_workfront_delete_task

Delete a task by ID Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesThe task ID to delete
forcebooleanNoSet to true to force delete

adobe_workfront_get_current_user

Get the currently authenticated user Parameters:
ParameterTypeRequiredDefaultDescription
fieldsstringNoComma-separated fields to include (e.g., name,emailAddr,title,isActive,role:name,homeTeam:name)

adobe_workfront_get_document

Get a document by ID Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesThe document ID
fieldsstringNoComma-separated fields to include (e.g., name,description,docObjCode,objID,currentVersion:fileName,currentVersion:fileSize,owner:name)

adobe_workfront_get_issue

Get an issue by ID Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesThe issue ID
fieldsstringNoComma-separated fields to include (e.g., name,status,projectID,assignedTo:name,opTaskType,priority,description,resolveTask:name)

adobe_workfront_get_portfolio

Get a portfolio by ID Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesThe portfolio ID
fieldsstringNoComma-separated fields to include (e.g., name,description,isActive,owner:name,budget)

adobe_workfront_get_project

Get a project by ID Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesThe project ID
fieldsstringNoComma-separated list of fields to include (e.g., name,status,plannedStartDate,plannedCompletionDate,owner:name,percentComplete,budget)

adobe_workfront_get_task

Get a task by ID Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesThe task ID
fieldsstringNoComma-separated fields to include (e.g., name,status,projectID,assignedTo:name,plannedStartDate,plannedCompletionDate,percentComplete)

adobe_workfront_get_team

Get a team by ID Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesThe team ID
fieldsstringNoComma-separated fields to include (e.g., name,description,teamMembers:name)

adobe_workfront_get_user

Get a user by ID Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesThe user ID
fieldsstringNoComma-separated fields to include (e.g., name,emailAddr,title,isActive,role:name,homeTeam:name,phoneNumber)

adobe_workfront_log_hours

Log hours against a task or project Parameters:
ParameterTypeRequiredDefaultDescription
hoursnumberYesNumber of hours to log
entryDatestringYesDate for the hour entry (ISO 8601 format)
taskIDstringNoTask ID to log hours against (provide taskID or projectID)
projectIDstringNoProject ID to log hours against (provide taskID or projectID)
hourTypeIDstringNoHour type ID (e.g., for billable, non-billable categories)
descriptionstringNoDescription of the work performed

adobe_workfront_search_documents

Search for documents matching filter criteria Parameters:
ParameterTypeRequiredDefaultDescription
namestringNoFilter by document name
name_ModstringNoModifier for name filter: contains, cicontains, eq, ne
projectIDstringNoFilter by project ID
taskIDstringNoFilter by task ID
fieldsstringNoComma-separated fields to include (e.g., name,description,docObjCode,objID,currentVersion:fileName,owner:name)
$$LIMITintegerNoMaximum number of results (default 100, max 2000)
$$FIRSTintegerNoNumber of results to skip for pagination

adobe_workfront_search_hours

Search for hour entries matching filter criteria Parameters:
ParameterTypeRequiredDefaultDescription
projectIDstringNoFilter by project ID
taskIDstringNoFilter by task ID
ownerIDstringNoFilter by the user who logged the hours
entryDatestringNoFilter by entry date (ISO 8601 format)
entryDate_ModstringNoModifier for entryDate filter: between, gte, lte, eq
entryDate_RangestringNoDate range for between modifier (e.g., 2024-01-01T00:00:00,2024-12-31T23:59:59)
fieldsstringNoComma-separated fields to include (e.g., hours,entryDate,owner:name,project:name,task:name,hourType:name)
$$LIMITintegerNoMaximum number of results (default 100, max 2000)
$$FIRSTintegerNoNumber of results to skip for pagination

adobe_workfront_search_issues

Search for issues matching filter criteria Parameters:
ParameterTypeRequiredDefaultDescription
namestringNoFilter by issue name
name_ModstringNoModifier for name filter: contains, cicontains, eq, ne
projectIDstringNoFilter by project ID
statusstringNoFilter by issue status (NEW=New, INP=In Progress, CPL=Complete, CLS=Closed)
assignedToIDstringNoFilter by assigned user ID
opTaskTypestringNoFilter by issue type (BUG=Bug Report, CHG=Change Order, ISU=Issue, REQ=Request)
fieldsstringNoComma-separated fields to include (e.g., name,status,projectID,assignedTo:name,opTaskType,priority,description)
$$LIMITintegerNoMaximum number of results (default 100, max 2000)
$$FIRSTintegerNoNumber of results to skip for pagination

adobe_workfront_search_portfolios

Search for portfolios matching filter criteria Parameters:
ParameterTypeRequiredDefaultDescription
namestringNoFilter by portfolio name
name_ModstringNoModifier for name filter: contains, cicontains, eq, ne
isActivebooleanNoFilter by active status
ownerIDstringNoFilter by portfolio owner user ID
fieldsstringNoComma-separated fields to include (e.g., name,description,isActive,owner:name,budget)
$$LIMITintegerNoMaximum number of results (default 100, max 2000)
$$FIRSTintegerNoNumber of results to skip for pagination

adobe_workfront_search_projects

Search for projects matching filter criteria Parameters:
ParameterTypeRequiredDefaultDescription
namestringNoFilter by project name (exact match or use name_Mod=contains for partial)
name_ModstringNoModifier for name filter: contains, cicontains, between, eq, ne, gte, lte
statusstringNoFilter by project status code (CUR=Current, PLN=Planning, CPL=Complete, DED=Dead, ONH=On Hold)
ownerIDstringNoFilter by project owner user ID
portfolioIDstringNoFilter by portfolio ID
fieldsstringNoComma-separated list of fields to include in response (e.g., name,status,plannedStartDate,plannedCompletionDate,owner:name,percentComplete)
$$LIMITintegerNoMaximum number of results to return (default 100, max 2000)
$$FIRSTintegerNoNumber of results to skip for pagination

adobe_workfront_search_tasks

Search for tasks matching filter criteria Parameters:
ParameterTypeRequiredDefaultDescription
namestringNoFilter by task name
name_ModstringNoModifier for name filter: contains, cicontains, eq, ne
projectIDstringNoFilter by project ID
statusstringNoFilter by task status (NEW=New, INP=In Progress, CPL=Complete, DED=Dead)
assignedToIDstringNoFilter by assigned user ID
fieldsstringNoComma-separated fields to include (e.g., name,status,projectID,assignedTo:name,plannedStartDate,plannedCompletionDate,percentComplete,priority)
$$LIMITintegerNoMaximum number of results (default 100, max 2000)
$$FIRSTintegerNoNumber of results to skip for pagination

adobe_workfront_search_teams

Search for teams matching filter criteria Parameters:
ParameterTypeRequiredDefaultDescription
namestringNoFilter by team name
name_ModstringNoModifier for name filter: contains, cicontains, eq, ne
fieldsstringNoComma-separated fields to include (e.g., name,description,teamMembers:name)
$$LIMITintegerNoMaximum number of results (default 100, max 2000)
$$FIRSTintegerNoNumber of results to skip for pagination

adobe_workfront_search_users

Search for users matching filter criteria Parameters:
ParameterTypeRequiredDefaultDescription
namestringNoFilter by user display name
name_ModstringNoModifier for name filter: contains, cicontains, eq, ne
emailAddrstringNoFilter by email address
isActivebooleanNoFilter by active status (true/false)
roleIDstringNoFilter by job role ID
fieldsstringNoComma-separated fields to include (e.g., name,emailAddr,title,isActive,role:name,homeTeam:name)
$$LIMITintegerNoMaximum number of results (default 100, max 2000)
$$FIRSTintegerNoNumber of results to skip for pagination

adobe_workfront_update_issue

Update an existing issue Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesThe issue ID to update
namestringNoNew issue name
statusstringNoNew status code (NEW=New, INP=In Progress, CPL=Complete, CLS=Closed)
descriptionstringNoNew issue description
assignedToIDstringNoUser ID to assign the issue to
priorityintegerNoPriority level (0=None, 1=Low, 2=Normal, 3=High, 4=Urgent)

adobe_workfront_update_project

Update an existing project Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesThe project ID to update
namestringNoNew project name
statusstringNoNew status code (CUR=Current, PLN=Planning, CPL=Complete, DED=Dead, ONH=On Hold)
descriptionstringNoNew project description
plannedStartDatestringNoPlanned start date (ISO 8601 format)
plannedCompletionDatestringNoPlanned completion date (ISO 8601 format)
priorityintegerNoPriority level (0=None, 1=Low, 2=Normal, 3=High, 4=Urgent)
ownerIDstringNoUser ID to assign as project owner

adobe_workfront_update_task

Update an existing task Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesThe task ID to update
namestringNoNew task name
statusstringNoNew status code (NEW=New, INP=In Progress, CPL=Complete, DED=Dead)
descriptionstringNoNew task description
assignedToIDstringNoUser ID to assign the task to
plannedStartDatestringNoPlanned start date (ISO 8601 format)
plannedCompletionDatestringNoPlanned completion date (ISO 8601 format)
priorityintegerNoPriority level (0=None, 1=Low, 2=Normal, 3=High, 4=Urgent)
percentCompletenumberNoPercent complete (0-100)