@slates-integrations/asana 0.2.0-rc.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,121 @@
1
+ # <img src="https://provider-logos.metorial-cdn.com/asana.png" height="20"> Asana
2
+
3
+ Create, read, update, and delete tasks, projects, portfolios, and goals in Asana workspaces. Manage task assignments, due dates, subtasks, dependencies, tags, custom fields, attachments, and comments. Organize work with sections, project templates, and portfolios. Search tasks across workspaces, track time entries, manage team memberships, and subscribe to webhooks for real-time change notifications on resources.
4
+
5
+ ## Tools
6
+
7
+ ### Create Project
8
+
9
+ Create a new project in a workspace. Supports setting name, notes, layout, dates, team, color, and privacy.
10
+
11
+ ### Create Task
12
+
13
+ Create a new task in a project or workspace. Supports setting name, notes, assignee, dates, project/section placement, tags, followers, parent task, and custom field values.
14
+
15
+ ### Delete Project
16
+
17
+ Permanently delete a project. This action cannot be undone.
18
+
19
+ ### Delete Section
20
+
21
+ Delete an empty project section. Asana does not allow deleting the last remaining section.
22
+
23
+ ### Delete Task
24
+
25
+ Permanently delete a task. This action cannot be undone.
26
+
27
+ ### Get Project
28
+
29
+ Retrieve full details for a project including members, followers, custom fields, and settings.
30
+
31
+ ### Get Task
32
+
33
+ Retrieve full details for a task including assignee, dates, notes (with HTML), subtask count, projects, tags, followers, custom fields, dependencies, and dependents.
34
+
35
+ ### List Goals
36
+
37
+ List goals in a workspace, optionally filtered by team or portfolio. Provides visibility into organizational objectives and their statuses.
38
+
39
+ ### List Projects
40
+
41
+ List projects in a workspace, optionally filtered by team or archived status. Returns project summaries including dates, owner, and status.
42
+
43
+ ### List Subtasks
44
+
45
+ List all subtasks of a given task.
46
+
47
+ ### List Tasks
48
+
49
+ List tasks filtered by project, section, or assignee. At least one filter must be provided. When filtering by assignee, a workspace GID is also required.
50
+
51
+ ### List Teams
52
+
53
+ List all teams in an organization workspace.
54
+
55
+ ### List Time Tracking Entries
56
+
57
+ List Asana time tracking entries for a task, or retrieve one entry by GID.
58
+
59
+ ### List Users
60
+
61
+ List users in a workspace. Returns user GIDs and names for referencing in other tools.
62
+
63
+ ### List Workspaces
64
+
65
+ List all workspaces accessible to the authenticated user. Use this to discover available workspace GIDs needed by other tools.
66
+
67
+ ### List Comments
68
+
69
+ List stories (comments and activity) on a task. Returns the full activity feed including comments, status changes, and system updates.
70
+
71
+ ### List Portfolios
72
+
73
+ List portfolios in a workspace owned by a specific user. Portfolios are collections of projects used for tracking at a higher level.
74
+
75
+ ### List Sections
76
+
77
+ List all sections in a project. Sections are used to organize tasks within a project.
78
+
79
+ ### List Tags
80
+
81
+ List all tags in a workspace.
82
+
83
+ ### Manage Attachments
84
+
85
+ List, inspect, attach, upload, or delete Asana attachments on tasks, projects, and project briefs. File bytes are accepted only as input for uploads; downloaded file contents are not returned inline.
86
+
87
+ ### Manage Custom Fields
88
+
89
+ List, inspect, create, update, and maintain Asana custom field metadata for a workspace.
90
+
91
+ ### Manage Project Templates
92
+
93
+ List, inspect, and instantiate Asana project templates.
94
+
95
+ ### Search Tasks
96
+
97
+ Search for tasks in a workspace using various filters like text, assignee, projects, tags, completion status, and date ranges. Supports full-text search across task names and descriptions.
98
+
99
+ ### Typeahead Search
100
+
101
+ Search Asana workspace objects with the low-latency typeahead endpoint. Use this to discover project, project template, portfolio, tag, task, user, or custom field GIDs for other tools.
102
+
103
+ ### Update Section
104
+
105
+ Rename an existing project section.
106
+
107
+ ### Update Project
108
+
109
+ Update an existing project's name, notes, dates, color, layout, archived status, or privacy setting.
110
+
111
+ ### Update Task
112
+
113
+ Update an existing task's properties. Supports updating name, notes, assignee, dates, completion status, custom fields, and managing dependencies, projects, tags, followers, and parent.
114
+
115
+ ## License
116
+
117
+ This integration is licensed under the [FSL-1.1](https://github.com/metorial/metorial-platform/blob/dev/LICENSE).
118
+
119
+ <div align="center">
120
+ <sub>Built with ❤️ by <a href="https://metorial.com">Metorial</a></sub>
121
+ </div>