if utils.IsRegexSet(opts.TagsAsTasksRegex) && len(entry.Tags) > 0 {
        var tags []worklog.IDNameField
        for _, tag := range entry.Tags {
            tags = append(tags, worklog.IDNameField{
                ID:   tag,