Hello,
I am doing a shortcut to get all my assigned issues and their due date. Unfortunately I am not able to retrieve it.
I tried `due_date`, `Due date` but it doesn't work.
In French, it fails with "La valeur fournie pour Nom du champ dans Obtenir la valeur du champ de ticket n'était pas valide." ('The value provided for Field Name in Get Ticket Field Value was invalid.')
Do you have any idea what field name I am supposed to request?
Thanks!
Hi François,
I assume you have set your Jira language to French in your Atlassian Account setting? In this case, the Due Date field is translated to "Date d'échéance". You should see the field have that name if you open the issue on the web.
The Shortcut action expects the field name as it is displayed on the web, so in your case it would need to look like this:
I hope this helps!
Simon
Thanks for you reply.
My account is in French and as the application on my iPhone.
I tried with 'Date d'échéance' but same result. I also tried to put everything in English (US) but same result again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @François Rousselet ,
Thanks for giving that a go. The next step would be to check if the Due Date field is visible in the Jira app for the issue you're trying to access. Can you see the Due Date field in the app?
Can you also please make sure you have the latest version of the app from the App Store please?
Thank you,
Simon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi François,
I assume you have set your Jira language to French in your Atlassian Account setting? In this case, the Due Date field is translated to "Date d'échéance". You should see the field have that name if you open the issue on the web.
The Shortcut action expects the field name as it is displayed on the web, so in your case it would need to look like this:
I hope this helps!
Simon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @François Rousselet ,
Welcome to the community!
I am not sure how you are trying to fetch the issues.
My suggestion would be to fetch the issue from Advanced issue search using the JQL query :
project in (XYZ, ABC) AND assignee = XXXXX
and then click on the column and select the due date .
This would help you get the due date and issue in one place. You can save the filter to help you in future.
I hope the information shared would have answered your query.
Have a great day :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Himanshi,
Thanks for the reply.
Sorry if I was not clear. I’m not speaking about the Jira GUI, which I’m fine with, but with the Apple Shortcut integration.
Example (sorry for the French text) :
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.