Hi there,
I need to create a link to a sharepoint file with an automatic opening in the appropriate MS Office application.
For example:
ms-excel:ofe|u|https://....xlsx
Can the list of valid links in the Project Shortcuts could contain elements related to MS-Office?
Thanks in advance!
Chris
ms-<something> is not a valid uri protocol, it's a botch by MS that is not part of the standards. You'll need to botch code into Jira to misrepresent it as such, as well as get standard browsers to recognise it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To make that work, you will need to make your browser aware of what ms-excel: should do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Web browsers "know" what should do (look at docs.microsoft). Jira does not allow do that, it validate urls, and the sequence "ms-excel:" is not valid.
Does anyone knows how to get around it. Maybe jira has any adds?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.