I was wondering if there is an official list of supported Deep Links or Intents we can trigger for the Android app? When trying to load a search query from the web on Android, I'm asked if I'd like to open the following link in Chrome or the Jira Cloud app. If I pick the Jira App I get an error "Unable to open in app." It will load fine in the web version though.
https://mysite.atlassian.net/issues/?jql="Evidence%20ID"%20%3D%20"01222"
Is there another way to format this link that the Android app will be able to successfully parse and open?
I assume the correct way would be to use an Intent Extra, but I can't find any info on the Android App that points me in the right direction.
https://developer.chrome.com/multidevice/android/intents
https://developer.android.com/training/app-links/deep-linking.html
Hi @Kyle McArdle, I am the JIRA Android Team lead and I can tell you that you can solve this issue by sending a filter. We do open filters in the app. We didn't have any request before of opening search queries but it is a good idea and will add it to our backlog.
So any share filter or a filter that the user has access would be ok.
Thanks!
Is there a way to create a dynamic filter? Basically all I have coming from the end user is a number, which corresponds to a custom field (in this case, "Evidence ID"). So I have to dynamically generate the URL on the fly, then redirect the user to that url on the front-end.
As far as I can see, filters have to be pre-defined, so I'm not sure how this would work, unless I'm just missing something obvious here.
Thanks @Carlos Khatchikian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can build urls for direct searches. For example
https://yourjira.com/issues/?jql=project%20%3D%20A Project%20and%20%22Project%20Manager%22%20%3D%20dave
is a search for issues in "A Project", with a Project manager who logs in as "dave"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kyle McArdle sorry but you can do what @Nic Brough -Adaptavist- said but we are still not opening those links in the mobile apps. It should be hard to implement, I already raised the request , if we get some traction we will do it but I cannot commit to any timelines...
Thanks for raising this ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Carlos Khatchikian is there any news about this?
Maybe an feature request we can vote for?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no customer request tracked today. You can create one in JRACLOUD (like this one - with the same components)
For now we are only opening filters and we don't plan for now to change that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.