Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

pco88
pco88
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
629

Posts

Posts
535

Discussions

Discussions
92

Questions

Questions
443

Ideas

Ideas
56

Blog Posts

Blog Posts
0
Top badges earned by pco88
Customize the badges you want to showcase on your profile
putting an emoji in a project name via api - Workfront 18-11-2021
Hopefully someone here has done this via api. I wanted to reset the issue name via api and add an emoji to the issue name. I couldn't find a way to do it correctly. Tried the following:/optask/issueIDXXXXX?name=\uD83D\uDCF7TEST&method=PUT ->Error/optask/issueIDXXXXX?name=\\uD83D\\uDCF7TEST&method=PUT -> comes out as \uD83D\uDCF7TEST as issue/optask/issueIDXXXXX?name=0xF0%0x9F%0x98%0x80&method=PUT -> Error/optask/issueIDXXXX?name=TEST&method=PUT -> Error Any ideas?

Views

7

Likes

0

Replies

1
allow custom form attached to user to be viewable by user and admin only - Workfront 30-07-2021
I attach user custom forms for the user account that have information that they might not want others to see e.g. calculations of efficiency ratings so if we could set it to private that only the user can see forms attached to themselves and only administrators can deal with it on reports.

Views

5

Likes

2

Replies

0
NWE: ability to personalize landing page - Workfront 22-07-2021
When we surveyed users who have been moved to the New Work Experience, most of them have different wants for their landing page whereas as administrators, we can only set one on a layout that the group uses. Since new work experience is about personalization and customization, it would be great if users can select their landing pages.

Views

10

Likes

4

Replies

1
Re: API to remove inherited permissions - Workfront 05-03-2021
Hi Bill, Thanks for the clarification. I'll have to dig in my older scripts to see where I may have called to "internal". I feel like I've done it before but it's been quite some time that I had to do a call like that so have to search for it. I'll try it later today and will post back on the forum if I'm able to make it work.

Views

35

Likes

0

Replies

0
Re: API to remove inherited permissions - Workfront 03-03-2021
Hey @Doug Den Hoed‚ , glad to "see" familiar/OG names in the forum again.

Views

35

Likes

0

Replies

0
Re: API to remove inherited permissions - Workfront 03-03-2021
Glad to be back in the forum! I tried a few ways to add those but I can't get it to work. I tried the following: v10.0/optask/IDxxx?updates={"accessRules":[{"removalOptions":"{}"}]}&method=PUT just to simplify it and it's telling that it does not support field removalOptions (AccessRule). Could you show me what the whole call write up should be?

Views

35

Likes

0

Replies

2
API to remove inherited permissions - Workfront 03-03-2021
It seems to be years since I've been back to the community but here I am with a question that I didn't quite get a fruitful answer from support. API Basics say to add viewing for a user for a particular object, you do:v10.0/optask/issueIDxxxx?updates={"accessRules":[{"accessorID":"groupIDxxxx","accessorObjCode":"GROUP","coreAction":"VIEW"}]} This is fine and adds the share but I want the reverse, I want to remove inherited permissions for all other users of the object. I would have tough that th...

Views

35

Like

1

Replies

7
Re: mass cancel or removing approver from document approvals - Workfront 10-02-2021
Wow - this is old. I sort of remember the problem and I think I've also brought it up to support whether I can auto turn off notification for the specific user. I think the answer was no. So since my program will just run for a short time, I disabled the setting for email or pointed it to somewhere else instead of pop.workfront.com or something like that. I couldn't find that setting anymore on Workfront though - not sure if it's still in classic menu. Once I'm done, like I said, just a minute o...

Views

23

Likes

0

Replies

0
Re: Report API: what controls the columns presented on the report? - Workfront 06-08-2020
@Doug Den Hoed‚ , that's a good idea regarding just creating the view and swap the ID. I may just proceed with automating this after all.

Views

16

Likes

0

Replies

0
Re: Report API: what controls the columns presented on the report? - Workfront 06-08-2020
HI @Anthony Imgrund‚ , that's correct. I initially didn't see anything that could refer to the columns in the report but digging deeper, I may have found my answer. It is in the viewID of the report. Then I would have to change the contents of this view. I'm not sure now whether I want to continue automating this process as it may be more work than actually doing it manually. Anyway, thanks for the reply.

Views

16

Likes

0

Replies

1