Comments
-
Thank you!
-
@ArborRose Thanks for that info. I have permissions to view and edit tickets not assigned to me in Jira, but those aren't pulling over. Just mine.
-
@Ashleigh Thanks for the help - I'm sorry for the long wait. I've gotten a token and entered it in where you noted. I haven't added any HTML or CSS to the code.
-
Thank you @ColemenWilson! That's just what I asked for.
-
Ah, thanks. I'll try that.
-
How do I do that? I have a current field I'm sorting by but I can't seem to remove it.
-
Yeah, but I want the time in the format I posted earlier, like 1:24 PM. Just the hour isn't enough. I can create a BM field with HOUR('fieldname') and sort by it to get it in the right order, but I don't want that field to appear in the table since it'd be redundant.
-
The field I'm sorting by is a BM calculation: TIME_FORMAT('fieldname', '%h:%i, %p'). Does that return a string value?