Possibility to customize default shared link name
Description
No description
Linked issues
relates to
ESFJ-681
Revert default share name format
Released
Activity
Show:
@Krzysztof Bogdan Merged
@Mariusz Szymański Please merge with dev
@Mariusz Szymański Fix verified - QA environment.
@Parsa Shiva Issue with parent is fixed.
@Mariusz Szymański As discussed over the call, we decided to fix issue parent, and report URL overlapping (Unrelated to this improvement) independently.
@Mariusz Szymański
Let’s have a zoom call tomorrow. few issues occur which will be easier to address over a call.
Notes for me:
Email ()
URL overlapping
Issue parent
Flickering on issue list
@Parsa Shiva Ok, so:
creationUSTime - there was a typo, it’s fixed
issueParent - if there is no parent, this will be empty
userMail - this was a tougher one, it took me a while but it turned out that userMail depends on user’s privacy settings. So if user doesn’t want to share their e-mail, this field will be empty.
@Mariusz Szymański Yes, if you could please check (
${userMail}
,${creationUSTime}
, and${issueParent}
) it would be great. in case they are missing what should be displayed as per design.Thank you.
ok, so I propably made a typo in ${creationUSTime} or something like that, will fix it tomorrow. Parent is empty, because the issue doesn’t have a parent I guess
@Mariusz Szymański My variables are: Share created by ${userName} (${userMail}) on ${creationDate} (${creationUSDate}), time ${creationTime} (${creationUSTime}), project key: ${projectKey}, issue key: ${issueKey}, issue summary: ${issueSummary}, issue parent: ${issueParent}.
@Mariusz Szymański Here is what I got:
Share created by Amirparsa Shiva () on 31/05/2023 (05/31/2023), time 31/05/2023 11:55 (${creationUSTime}), project key: QA, issue key: QA-81, issue summary: Approval path, issue parent: .
@Parsa Shiva It should show the default name (e.g. External Share Link or page name). Could you please show how it looks?
@Mariusz Szymański What happens when there is missing info? I got the variables just listing in the name. Is that the design?
@Parsa Shiva No, it’s set on Project Settings, Defaults page
@Mariusz Szymański Is this feature available on global settings? If you could please elaborate.
@Mariusz Szymański please fix merge conflicts and deploy code on QA
@Parsa Shiva Please, test it
@Mariusz Szymański Code looks good. Please move to QA
@Mariusz Szymański Code