Copy link as html a tag

Hey Asana Team,

I have a feature request, which will have a big increase in productivity.

A copied task link is so meaningless. Would be great if its kind an a tag.

Here is just a quick pseudo code:

function copyTaskInfoToClipboard() {
  const itemData = {
    'text/plain': task.title,
    'text/html': `<a href="${task.link}">${task.title}</a>`,
  };
  const cpItem = new ClipboardItem(itemData);
  navigator.clipboard.write([cpItem]); // .then(() => some notification that link is copied)
}

Best regards
Peter

Welcome, @Peter_H83,

Until/if Asana implements that, you might be interested in this simple Chrome extension that does exactly that–not just for Asana tasks, projects, etc., but for any web page:

Rich URL - Chrome Web Store

That vanity link above was created with one click. I end up using it every day at least once.

Also, don’t forget to click the title to scroll to the top and vote by clicking the Vote button; that’s the quickest and most effective way to express your support for a request.

Thanks,

Larry