You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.