Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,443
Community Members
 
Community Events
184
Community Groups

How to refer date picker in Cascade field ?

Hi all,

I want to refer date picker field in my multi cascade custom field. How can I choose date/time in multi level cascade field and how I can write query in SQL?

For example I have date picker custom field and I want to refer it in SQL query. In atlassian SQL developer documentation I can't find any information how SQL store dates in date picker (no information about tables). I don't want to show list of dates for choose I need to give date picker field inside of multi cascade field.

I think query will be similar like this

select datevalue from customfieldvalue where customfieldconfig=10501;

 

Documenation

https://developer.atlassian.com/server/jira/platform/database-custom-fields/

Thanks in advance,

Regards,

Alik 

1 answer

0 votes
Earl McCutcheon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Mar 10, 2020 • edited

Hello again @Alik ,

This post looks related to the other post you had I answered recently, where unfortunatly a dynamic date picker cannot be used as an option in a cascading field, only static values, viewable here for a referance point incase anyone else runs into this post with a similar questions.

But to elaborate a bit on the rest of this question relating to the DB table layout for the field options for a cascading field,  The tables that store the field options is going to be "customfieldoption"  table, and you can look at the table using:

select * from customfieldoption where customfieldconfig=<CUSTOMFIELD_ID>;

Regards,
Earl 

Hi @Earl McCutcheon ,

Thanks for your answer again. You are right this is same question related with cascade field.

Regards,

Alik

Like Earl McCutcheon likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events