Skip to content

I need is_date_after function #1275

@mueedahmed1

Description

@mueedahmed1

I want to add is_date_after function in date related fields.

Image

Just for an idea scope, I'm writing the json as well

JSON:

{
  "is_date_after": [
     {
       "add_date": [
         {
           "today": []
         },
         -60,
         "day"
      ]
      },
     {
      "var": "actionCreationTimestamp"
     }
     ]
 },

{
  "is_date_after": [
     {
       "add_date": [
         {
           "var": "abcDate"
         },
         -22,
         "day"
      ]
      },
     {
      "today": []
     }
     ]
 },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions